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. |
org.modeshape.jcr.query.process |
This package defines the
QueryProcessor interface, which is responsible for constructing for each query
a tree of ProcessingComponent objects that each are responsible for processing a specific aspect of
the query and returning the tuples to the parent component. |
org.modeshape.jcr.query.validate |
This package provides the interfaces that define the tables and columns that can be queried.
|
Modifier and Type | Method and Description |
---|---|
EquiJoinCondition |
QueryObjectModelFactory.equiJoinCondition(String selector1Name,
String property1Name,
String selector2Name,
String property2Name) |
Modifier and Type | Method and Description |
---|---|
void |
Visitors.AbstractVisitor.visit(EquiJoinCondition obj) |
void |
Visitors.WalkAllVisitor.visit(EquiJoinCondition condition) |
void |
Visitors.ReadableVisitor.visit(EquiJoinCondition condition) |
void |
Visitor.visit(EquiJoinCondition obj) |
Modifier and Type | Method and Description |
---|---|
protected EquiJoinCondition |
BasicSqlQueryParser.equiJoinCondition(SelectorName selector1,
String property1,
SelectorName selector2,
String property2) |
Modifier and Type | Method and Description |
---|---|
void |
PlanUtil.RequiredColumnVisitor.visit(EquiJoinCondition condition) |
Constructor and Description |
---|
MergeJoinComponent(QueryContext context,
ProcessingComponent left,
ProcessingComponent right,
EquiJoinCondition condition,
JoinType joinType) |
Modifier and Type | Method and Description |
---|---|
void |
Validator.visit(EquiJoinCondition obj) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.