railo.runtime.sql.exp
Class BracketExpression

java.lang.Object
  extended by railo.runtime.sql.exp.ExpressionSupport
      extended by railo.runtime.sql.exp.BracketExpression
All Implemented Interfaces:
Expression

public class BracketExpression
extends ExpressionSupport


Constructor Summary
BracketExpression(Expression exp)
           
 
Method Summary
 Expression getExp()
           
 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
 

Constructor Detail

BracketExpression

public BracketExpression(Expression exp)
Method Detail

toString

public String toString(boolean noAlias)
See Also:
sql.exp.Expression#toString()

getExp

public Expression getExp()
Returns:
the exp


Copyright © 2012 Railo