railo.runtime.sql.exp.op
Class OperationN

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

public class OperationN
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
OperationN(String operator, List operants)
           
 
Method Summary
 Expression[] getOperants()
           
 String 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

OperationN

public OperationN(String operator,
                  List operants)
Method Detail

toString

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

getOperants

public Expression[] getOperants()
Returns:
the operants

getOperator

public String getOperator()
Returns:
the operator


Copyright © 2012 Railo