|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SetQuery | |
---|---|
org.modeshape.jcr.query.model | The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. |
org.modeshape.jcr.query.parse | This package defines the QueryParser interface, which defines a component that can parse a query represented
in a specific language and produce the corresponding abstract query model representation. |
org.modeshape.jcr.query.plan | This package defines the Planner interface, the CanonicalPlanner implementation, and the
PlanNode class that is used to represent a canonical query plan. |
Uses of SetQuery in org.modeshape.jcr.query.model |
---|
Methods in org.modeshape.jcr.query.model that return SetQuery | |
---|---|
SetQuery |
SetQuery.adding(Ordering... orderings)
|
SetQuery |
QueryObjectModelFactory.except(QueryCommand left,
QueryCommand right,
Ordering[] orderings,
Limit limit,
boolean all)
|
SetQuery |
QueryObjectModelFactory.intersect(QueryCommand left,
QueryCommand right,
Ordering[] orderings,
Limit limit,
boolean all)
|
protected SetQuery |
SetQueryObjectModel.query()
|
SetQuery |
QueryObjectModelFactory.setQuery(QueryCommand left,
SetQuery.Operation operation,
QueryCommand right,
Ordering[] orderings,
Limit limit,
boolean all)
|
SetQuery |
SetQuery.withLimit(int rowLimit)
|
SetQuery |
SetQuery.withOffset(int offset)
|
Methods in org.modeshape.jcr.query.model with parameters of type SetQuery | |
---|---|
void |
Visitors.AbstractVisitor.visit(SetQuery obj)
|
void |
Visitors.WalkAllVisitor.visit(SetQuery setQuery)
|
void |
Visitors.ReadableVisitor.visit(SetQuery query)
|
void |
Visitor.visit(SetQuery obj)
|
Constructors in org.modeshape.jcr.query.model with parameters of type SetQuery | |
---|---|
SetQueryObjectModel(JcrQueryContext context,
String statement,
String language,
SetQuery query,
PlanHints hints,
Path storedAtPath)
Creates a new JCR Query by specifying the set query statement itself, the language in which the query is stated,
the SetQuery representation and, optionally, the node from which the query was loaded. |
Uses of SetQuery in org.modeshape.jcr.query.parse |
---|
Methods in org.modeshape.jcr.query.parse that return SetQuery | |
---|---|
protected SetQuery |
BasicSqlQueryParser.parseSetQuery(TokenStream tokens,
QueryCommand leftHandSide,
TypeSystem typeSystem)
|
protected SetQuery |
BasicSqlQueryParser.setQuery(QueryCommand leftQuery,
SetQuery.Operation operation,
QueryCommand rightQuery,
boolean all)
|
Uses of SetQuery in org.modeshape.jcr.query.plan |
---|
Methods in org.modeshape.jcr.query.plan with parameters of type SetQuery | |
---|---|
protected PlanNode |
CanonicalPlanner.createCanonicalPlan(QueryContext context,
SetQuery query)
Create a canonical query plan for the given set query. |
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |