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.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) |
Modifier and Type | Method and Description |
---|---|
void |
Validator.visit(EquiJoinCondition obj) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.