| Constructors in org.jpox.store.mapped.expression with parameters of type ScalarExpression.DyadicOperator |
BinaryExpression(ScalarExpression operand1,
ScalarExpression.DyadicOperator op,
ScalarExpression operand2)
Performs a function on two binary expressions. |
BooleanExpression(ScalarExpression operand1,
ScalarExpression.DyadicOperator op,
ScalarExpression operand2)
Perform a boolean operator op between two operands operand1 and operand2 |
ByteExpression(ScalarExpression operand1,
ScalarExpression.DyadicOperator op,
ScalarExpression operand2)
Performs a function on two arguments. |
InExpression(ScalarExpression expr1,
ScalarExpression.DyadicOperator op,
ScalarExpression expr2)
Constructor for expr1 being IN expr2. |
LikeExpression(ScalarExpression expr1,
ScalarExpression.DyadicOperator op,
ScalarExpression expr2)
Constructor for expr1 being LIKE expr2. |
NumericExpression(ScalarExpression operand1,
ScalarExpression.DyadicOperator op,
ScalarExpression operand2)
Performs a function on two arguments. |
ScalarExpression(ScalarExpression operand1,
ScalarExpression.DyadicOperator op,
ScalarExpression operand2)
Performs a function on two arguments. |
SqlTemporalExpression(ScalarExpression operand1,
ScalarExpression.DyadicOperator op,
ScalarExpression operand2)
Performs a function on two arguments. |
StringExpression(ScalarExpression operand1,
ScalarExpression.DyadicOperator op,
ScalarExpression operand2)
Performs a function on two arguments. |