|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyExistence | |
|---|---|
| org.modeshape.graph.query.model | The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. |
| org.modeshape.graph.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.graph.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.graph.query.validate | This package provides the interfaces that define the tables and columns that can be queried. |
| org.modeshape.jcr.query.qom | |
| Uses of PropertyExistence in org.modeshape.graph.query.model |
|---|
| Methods in org.modeshape.graph.query.model with parameters of type PropertyExistence | |
|---|---|
void |
Visitors.AbstractVisitor.visit(PropertyExistence obj)
|
void |
Visitors.WalkAllVisitor.visit(PropertyExistence existence)
|
void |
Visitors.ReadableVisitor.visit(PropertyExistence existence)
|
void |
Visitor.visit(PropertyExistence obj)
|
| Uses of PropertyExistence in org.modeshape.graph.query.parse |
|---|
| Methods in org.modeshape.graph.query.parse that return PropertyExistence | |
|---|---|
protected PropertyExistence |
SqlQueryParser.propertyExistence(SelectorName selector,
String propertyName)
|
| Uses of PropertyExistence in org.modeshape.graph.query.plan |
|---|
| Methods in org.modeshape.graph.query.plan with parameters of type PropertyExistence | |
|---|---|
void |
PlanUtil.RequiredColumnVisitor.visit(PropertyExistence existence)
|
| Uses of PropertyExistence in org.modeshape.graph.query.validate |
|---|
| Methods in org.modeshape.graph.query.validate with parameters of type PropertyExistence | |
|---|---|
void |
Validator.visit(PropertyExistence obj)
|
| Uses of PropertyExistence in org.modeshape.jcr.query.qom |
|---|
| Subclasses of PropertyExistence in org.modeshape.jcr.query.qom | |
|---|---|
class |
JcrPropertyExistence
Implementation of the property existence constraint for the JCR Query Object Model and the Graph API. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||