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 |
---|---|
PropertyExistence |
QueryObjectModelFactory.propertyExistence(String selectorName,
String propertyName) |
Modifier and Type | Method and Description |
---|---|
void |
Visitors.AbstractVisitor.visit(PropertyExistence obj) |
void |
Visitors.WalkAllVisitor.visit(PropertyExistence existence) |
void |
Visitors.ReadableVisitor.visit(PropertyExistence existence) |
void |
Visitor.visit(PropertyExistence obj) |
Modifier and Type | Method and Description |
---|---|
protected PropertyExistence |
BasicSqlQueryParser.propertyExistence(SelectorName selector,
String propertyName) |
Modifier and Type | Method and Description |
---|---|
void |
PlanUtil.RequiredColumnVisitor.visit(PropertyExistence existence) |
Modifier and Type | Method and Description |
---|---|
void |
Validator.visit(PropertyExistence obj) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.