railo.runtime.sql.exp.op
Class Operation3

java.lang.Object
  extended by railo.runtime.sql.exp.ExpressionSupport
      extended by railo.runtime.sql.exp.op.Operation3
All Implemented Interfaces:
Expression, Operation

public class Operation3
extends ExpressionSupport
implements Operation


Field Summary
 
Fields inherited from interface railo.runtime.sql.exp.op.Operation
OPERATION1_IS_NOT_NULL, OPERATION1_IS_NULL, OPERATION1_MINUS, OPERATION1_NOT, OPERATION1_PLUS, OPERATION2_AND, OPERATION2_DIVIDE, OPERATION2_EQ, OPERATION2_EXP, OPERATION2_GT, OPERATION2_GTE, OPERATION2_LIKE, OPERATION2_LT, OPERATION2_LTE, OPERATION2_LTGT, OPERATION2_MINUS, OPERATION2_MOD, OPERATION2_MULTIPLY, OPERATION2_NEQ, OPERATION2_NOT_LIKE, OPERATION2_OR, OPERATION2_PLUS, OPERATION2_XOR, OPERATION3_BETWEEN, OPERATION3_LIKE
 
Constructor Summary
Operation3(Expression exp, Expression left, Expression right, int operator)
           
 
Method Summary
 Expression getExp()
           
 Expression getLeft()
           
 int getOperator()
           
 Expression getRight()
           
 String toString(boolean noAlias)
           
 
Methods inherited from class railo.runtime.sql.exp.ExpressionSupport
getAlias, getIndex, hasAlias, hasIndex, isDirectionBackward, setAlias, setDirectionBackward, setIndex
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface railo.runtime.sql.exp.Expression
getAlias, getIndex, hasAlias, hasIndex, isDirectionBackward, setAlias, setDirectionBackward, setIndex
 

Constructor Detail

Operation3

public Operation3(Expression exp,
                  Expression left,
                  Expression right,
                  int operator)
Method Detail

toString

public String toString(boolean noAlias)
Specified by:
toString in interface Expression

getExp

public Expression getExp()
Returns:
the exp

getLeft

public Expression getLeft()
Returns:
the left

getOperator

public int getOperator()
Returns:
the operator

getRight

public Expression getRight()
Returns:
the right


Copyright © 2012 Railo