Package | Description |
---|---|
org.modeshape.jcr.api.query.qom | |
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.
|
Modifier and Type | Method and Description |
---|---|
ArithmeticOperand |
QueryObjectModelFactory.add(DynamicOperand left,
DynamicOperand right)
Create an arithmetic dynamic operand that adds the numeric value of the two supplied operand(s).
|
ArithmeticOperand |
QueryObjectModelFactory.divide(DynamicOperand left,
DynamicOperand right)
Create an arithmetic dynamic operand that divides the numeric value of the first operand by the numeric value of the
second.
|
ArithmeticOperand |
QueryObjectModelFactory.multiply(DynamicOperand left,
DynamicOperand right)
Create an arithmetic dynamic operand that multplies the numeric value of the first operand by the numeric value of the
second.
|
ArithmeticOperand |
QueryObjectModelFactory.subtract(DynamicOperand left,
DynamicOperand right)
Create an arithmetic dynamic operand that subtracts the numeric value of the second operand from the numeric value of the
first.
|
Modifier and Type | Class and Description |
---|---|
class |
ArithmeticOperand
A dynamic operand that represents a (binary) arithmetic operation upon one or more other operands, used in
Comparison
and Ordering components. |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.