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.validate |
This package provides the interfaces that define the tables and columns that can be queried.
|
Modifier and Type | Method and Description |
---|---|
ChildNode |
QueryObjectModelFactory.childNode(String selectorName,
String path) |
Modifier and Type | Method and Description |
---|---|
void |
Visitors.AbstractVisitor.visit(ChildNode obj) |
void |
Visitors.WalkAllVisitor.visit(ChildNode child) |
void |
Visitors.ReadableVisitor.visit(ChildNode child) |
void |
Visitor.visit(ChildNode obj) |
Modifier and Type | Method and Description |
---|---|
protected ChildNode |
BasicSqlQueryParser.childNode(SelectorName name,
String path) |
Modifier and Type | Method and Description |
---|---|
void |
Validator.visit(ChildNode obj) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.