Methods in org.apache.openjpa.jdbc.kernel.exps with parameters of type BinaryOpExpState |
void |
NotEqualTypeExpression.appendTo(Select sel,
ExpContext ctx,
BinaryOpExpState bstate,
SQLBuffer buf,
boolean val1Null,
boolean val2Null)
|
void |
NotEqualExpression.appendTo(Select sel,
ExpContext ctx,
BinaryOpExpState bstate,
SQLBuffer buf,
boolean val1Null,
boolean val2Null)
|
void |
EqualTypeExpression.appendTo(Select sel,
ExpContext ctx,
BinaryOpExpState bstate,
SQLBuffer buf,
boolean val1Null,
boolean val2Null)
|
void |
EqualExpression.appendTo(Select sel,
ExpContext ctx,
BinaryOpExpState bstate,
SQLBuffer buf,
boolean val1Null,
boolean val2Null)
|
protected abstract void |
CompareEqualExpression.appendTo(Select sel,
ExpContext ctx,
BinaryOpExpState state,
SQLBuffer buf,
boolean val1Null,
boolean val2Null)
Append the SQL for the comparison. |