Package | Description |
---|---|
org.modeshape.jcr.query |
The Query API provides a mechanism for building and executing queries.
|
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 | Field and Description |
---|---|
protected ArithmeticOperator |
QueryBuilder.ArithmeticBuilder.operator |
Constructor and Description |
---|
QueryBuilder.ArithmeticBuilder(ArithmeticOperator operator,
QueryBuilder.ComparisonBuilder comparisonBuilder,
DynamicOperand left,
QueryBuilder.ArithmeticBuilder parent) |
Modifier and Type | Method and Description |
---|---|
static ArithmeticOperator |
ArithmeticOperator.forSymbol(String symbol)
Attempt to find the Operator given a symbol.
|
ArithmeticOperator |
ArithmeticOperand.operator()
Get the operator for this binary operand.
|
static ArithmeticOperator |
ArithmeticOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArithmeticOperator[] |
ArithmeticOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ArithmeticOperand |
QueryObjectModelFactory.arithmeticOperand(DynamicOperand left,
ArithmeticOperator operator,
DynamicOperand right) |
boolean |
ArithmeticOperator.precedes(ArithmeticOperator operator)
Determine whether this operator has a higher precedence than the supplied operator.
|
Constructor and Description |
---|
ArithmeticOperand(DynamicOperand left,
ArithmeticOperator operator,
DynamicOperand right)
Create a arithmetic dynamic operand that operates upon the supplied operand(s).
|
Modifier and Type | Method and Description |
---|---|
protected ArithmeticOperand |
BasicSqlQueryParser.arithmeticOperand(DynamicOperand leftOperand,
ArithmeticOperator operator,
DynamicOperand rightOperand) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.