|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Between | |
|---|---|
| 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.jcr.query | |
| org.modeshape.jcr.query.qom | |
| Uses of Between in org.modeshape.graph.query.model |
|---|
| Methods in org.modeshape.graph.query.model with parameters of type Between | |
|---|---|
void |
Visitors.AbstractVisitor.visit(Between obj)
|
void |
Visitors.WalkAllVisitor.visit(Between between)
|
void |
Visitors.ReadableVisitor.visit(Between between)
|
void |
Visitor.visit(Between obj)
|
| Uses of Between in org.modeshape.graph.query.parse |
|---|
| Methods in org.modeshape.graph.query.parse that return Between | |
|---|---|
protected Between |
SqlQueryParser.between(DynamicOperand operand,
StaticOperand lowerBound,
StaticOperand upperBound,
boolean lowerInclusive,
boolean upperInclusive)
|
| Uses of Between in org.modeshape.jcr.query |
|---|
| Methods in org.modeshape.jcr.query that return Between | |
|---|---|
protected Between |
JcrSql2QueryParser.between(DynamicOperand operand,
StaticOperand lowerBound,
StaticOperand upperBound,
boolean lowerInclusive,
boolean upperInclusive)
|
| Uses of Between in org.modeshape.jcr.query.qom |
|---|
| Subclasses of Between in org.modeshape.jcr.query.qom | |
|---|---|
class |
JcrBetween
Implementation of the 'between' constraint for the Graph API and that is an extension to JCR Query Object Model. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||