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.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 |
---|---|
ChildNodeJoinCondition |
QueryObjectModelFactory.childNodeJoinCondition(String childSelectorName,
String parentSelectorName) |
Modifier and Type | Method and Description |
---|---|
void |
Visitors.AbstractVisitor.visit(ChildNodeJoinCondition obj) |
void |
Visitors.WalkAllVisitor.visit(ChildNodeJoinCondition joinCondition) |
void |
Visitors.ReadableVisitor.visit(ChildNodeJoinCondition condition) |
void |
Visitor.visit(ChildNodeJoinCondition obj) |
Modifier and Type | Method and Description |
---|---|
protected ChildNodeJoinCondition |
BasicSqlQueryParser.childNodeJoinCondition(SelectorName parent,
SelectorName child) |
Constructor and Description |
---|
MergeJoinComponent(QueryContext context,
ProcessingComponent left,
ProcessingComponent right,
ChildNodeJoinCondition condition,
JoinType joinType) |
Modifier and Type | Method and Description |
---|---|
void |
Validator.visit(ChildNodeJoinCondition obj) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.