|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryBuilder.ArithmeticBuilder | |
---|---|
org.jboss.dna.graph.query | The Query API provides a mechanism for building and executing queries. |
Uses of QueryBuilder.ArithmeticBuilder in org.jboss.dna.graph.query |
---|
Methods in org.jboss.dna.graph.query that return QueryBuilder.ArithmeticBuilder | |
---|---|
QueryBuilder.ArithmeticBuilder |
QueryBuilder.ComparisonBuilder.minus()
Create a comparison object based upon the subtraction of the next DynamicOperand (created using the builder
returned from this method) from the the previously-constructed DynamicOperand to be created with the supplied builder. |
QueryBuilder.ArithmeticBuilder |
QueryBuilder.ComparisonBuilder.plus()
Create a comparison object based upon the addition of the previously-constructed DynamicOperand and the next
DynamicOperand to be created with the supplied builder. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |