railo.runtime.sql.exp.op
Class Operation1

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

public class Operation1
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
Operation1(Expression exp, int operator)
           
 
Method Summary
 Expression getExp()
           
 int getOperator()
           
 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

Operation1

public Operation1(Expression exp,
                  int operator)
Method Detail

getExp

public Expression getExp()
Returns:
the exp

getOperator

public int getOperator()
Returns:
the operator

toString

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


Copyright © 2012 Railo