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 |
---|---|
ReferenceValue |
QueryObjectModelFactory.referenceValue(String selectorName) |
ReferenceValue |
QueryObjectModelFactory.referenceValue(String selectorName,
String propertyName) |
Modifier and Type | Method and Description |
---|---|
void |
Visitors.AbstractVisitor.visit(ReferenceValue obj) |
void |
Visitors.WalkAllVisitor.visit(ReferenceValue referenceValue) |
void |
Visitors.ReadableVisitor.visit(ReferenceValue value) |
void |
Visitor.visit(ReferenceValue obj) |
Modifier and Type | Method and Description |
---|---|
protected ReferenceValue |
BasicSqlQueryParser.parseReferenceValue(TokenStream tokens,
TypeSystem typeSystem,
Source source) |
protected ReferenceValue |
BasicSqlQueryParser.referenceValue(SelectorName selector) |
protected ReferenceValue |
BasicSqlQueryParser.referenceValue(SelectorName selector,
String propertyName) |
Modifier and Type | Method and Description |
---|---|
void |
PlanUtil.RequiredColumnVisitor.visit(ReferenceValue value) |
Modifier and Type | Method and Description |
---|---|
void |
Validator.visit(ReferenceValue obj) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.