class NotEqualExpression extends CompareEqualExpression
| Constructor and Description |
|---|
NotEqualExpression(Val val1,
Val val2)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
appendTo(Select sel,
ExpContext ctx,
BinaryOpExpState bstate,
SQLBuffer buf,
boolean val1Null,
boolean val2Null)
Append the SQL for the comparison.
|
acceptVisit, appendTo, getValue1, getValue2, initialize, isDirectComparison, selectColumnspublic void appendTo(Select sel, ExpContext ctx, BinaryOpExpState bstate, SQLBuffer buf, boolean val1Null, boolean val2Null)
CompareEqualExpressionappendTo in class CompareEqualExpressionCopyright © 2006–2013 Apache Software Foundation. All rights reserved.