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. |
Modifier and Type | Method and Description |
---|---|
Between |
QueryObjectModelFactory.between(DynamicOperand operand,
StaticOperand lowerBound,
StaticOperand upperBound,
boolean includeLowerBound,
boolean includeUpperBound) |
Modifier and Type | Method and Description |
---|---|
void |
Visitors.AbstractVisitor.visit(Between obj) |
void |
Visitors.WalkAllVisitor.visit(Between between) |
void |
Visitors.ReadableVisitor.visit(Between between) |
void |
Visitor.visit(Between obj) |
Modifier and Type | Method and Description |
---|---|
protected Between |
BasicSqlQueryParser.between(DynamicOperand operand,
StaticOperand lowerBound,
StaticOperand upperBound,
boolean lowerInclusive,
boolean upperInclusive) |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.