railo.runtime.sql.exp.op
Class Operation2

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

public class Operation2
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
Operation2(Expression left, Expression right, int operator)
           
 
Method Summary
 Expression getLeft()
           
 int getOperator()
           
 Expression getRight()
           
 String toString(boolean noAlias)
           
static String toString(int operator)
           
 
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

Operation2

public Operation2(Expression left,
                  Expression right,
                  int operator)
Method Detail

toString

public static String toString(int operator)

toString

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

getLeft

public Expression getLeft()
Returns:
the left

getOperator

public int getOperator()
Returns:
the operator

getRight

public Expression getRight()
Returns:
the right


Copyright © 2012 Railo