class EqualExpression extends CompareEqualExpression
Constructor and Description |
---|
EqualExpression(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, selectColumns
public void appendTo(Select sel, ExpContext ctx, BinaryOpExpState bstate, SQLBuffer buf, boolean val1Null, boolean val2Null)
CompareEqualExpression
appendTo
in class CompareEqualExpression
Copyright © 2006–2015 Apache Software Foundation. All rights reserved.