|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Operator | |
com.triactive.jdo.store.sql.expr | |
com.triactive.jdo.store.sql.expr.op |
Uses of Operator in com.triactive.jdo.store.sql.expr |
Methods in com.triactive.jdo.store.sql.expr that return Operator | |
Operator |
AbstractSqlExpression.Body.lowestOperator()
Returns the operator in the expression with the lowest precedence. |
Uses of Operator in com.triactive.jdo.store.sql.expr.op |
Subclasses of Operator in com.triactive.jdo.store.sql.expr.op | |
class |
BooleanOperator
|
class |
CompareOperator
|
class |
DyadicOperator
|
class |
MonadicOperator
|
class |
NumericOperator
|
Methods in com.triactive.jdo.store.sql.expr.op with parameters of type Operator | |
boolean |
MonadicOperator.isHigherThan(Operator op)
|
boolean |
DyadicOperator.isHigherThanLeftSide(Operator op)
|
boolean |
DyadicOperator.isHigherThanRightSide(Operator op)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |