abstract class CompareEqualExpression extends Object implements Exp
Constructor and Description |
---|
CompareEqualExpression(Val val1,
Val val2)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
acceptVisit(ExpressionVisitor visitor)
Accept a visit from a tree visitor.
|
protected abstract void |
appendTo(Select sel,
ExpContext ctx,
BinaryOpExpState state,
SQLBuffer buf,
boolean val1Null,
boolean val2Null)
Append the SQL for the comparison.
|
void |
appendTo(Select sel,
ExpContext ctx,
ExpState state,
SQLBuffer buf)
Append the SQL for this expression to the given buffer.
|
Val |
getValue1() |
Val |
getValue2() |
ExpState |
initialize(Select sel,
ExpContext ctx,
Map contains)
Initialize the expression.
|
protected boolean |
isDirectComparison()
Subclasses can override this method if, when they compare to another,
value, the comparison is indirect.
|
void |
selectColumns(Select sel,
ExpContext ctx,
ExpState state,
boolean pks)
Select just the columns for this expression.
|
public Val getValue1()
public Val getValue2()
public ExpState initialize(Select sel, ExpContext ctx, Map contains)
Exp
initialize
in interface Exp
contains
- map of relation paths to the number of times
the paths appear in a contains() expression;
used to ensure paths used for contains() within
the same AND expression used different aliasespublic void appendTo(Select sel, ExpContext ctx, ExpState state, SQLBuffer buf)
Exp
public void selectColumns(Select sel, ExpContext ctx, ExpState state, boolean pks)
Exp
selectColumns
in interface Exp
protected abstract void appendTo(Select sel, ExpContext ctx, BinaryOpExpState state, SQLBuffer buf, boolean val1Null, boolean val2Null)
protected boolean isDirectComparison()
public void acceptVisit(ExpressionVisitor visitor)
Expression
acceptVisit
in interface Expression
Copyright © 2006–2015 Apache Software Foundation. All rights reserved.