Package | Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
Visitors.AbstractVisitor.visit(SetQuery obj) |
void |
Visitors.WalkAllVisitor.visit(SetQuery setQuery) |
void |
Visitors.ReadableVisitor.visit(SetQuery query) |
void |
Visitor.visit(SetQuery obj) |
Constructor and Description |
---|
SetQueryObjectModel(JcrQueryContext context,
String statement,
String language,
SetQuery query,
PlanHints hints,
Path storedAtPath)
|
Modifier and Type | Method and Description |
---|---|
protected SetQuery |
BasicSqlQueryParser.parseSetQuery(TokenStream tokens,
QueryCommand leftHandSide,
TypeSystem typeSystem) |
protected SetQuery |
BasicSqlQueryParser.setQuery(QueryCommand leftQuery,
SetQuery.Operation operation,
QueryCommand rightQuery,
boolean all) |
Modifier and Type | Method and Description |
---|---|
protected PlanNode |
CanonicalPlanner.createCanonicalPlan(QueryContext context,
SetQuery query)
Create a canonical query plan for the given set query.
|
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.