|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ScalarExpression.Operator | |
|---|---|
| org.jpox.store.expression | This package provides a series of expressions and literals used in the conversion of a JDOQL query into the resultant SQL that is required to be executed in the datastore. |
| Uses of ScalarExpression.Operator in org.jpox.store.expression |
|---|
| Subclasses of ScalarExpression.Operator in org.jpox.store.expression | |
|---|---|
protected static class |
ScalarExpression.DyadicOperator
"Dyadic" operator performs operation on one or two operands |
protected static class |
ScalarExpression.MonadicOperator
"Monadic" operator performs a function on one operand. |
| Fields in org.jpox.store.expression declared as ScalarExpression.Operator | |
|---|---|
protected ScalarExpression.Operator |
ScalarExpression.lowestOperator
|
| Methods in org.jpox.store.expression with parameters of type ScalarExpression.Operator | |
|---|---|
boolean |
ScalarExpression.MonadicOperator.isHigherThan(ScalarExpression.Operator op)
Check if this operator has higher precedence than op |
boolean |
ScalarExpression.DyadicOperator.isHigherThanLeftSide(ScalarExpression.Operator op)
Checks if this operation is higher than operator op in left side of the expression |
boolean |
ScalarExpression.DyadicOperator.isHigherThanRightSide(ScalarExpression.Operator op)
Checks if this operation is higher than operator op in right side of the expression |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||