railo.runtime.sql.exp.value
Class ValueString

java.lang.Object
  extended by railo.runtime.sql.exp.ExpressionSupport
      extended by railo.runtime.sql.exp.value.ValueSupport
          extended by railo.runtime.sql.exp.value.ValueString
All Implemented Interfaces:
Expression, Literal, Value

public class ValueString
extends ValueSupport
implements Literal


Constructor Summary
ValueString(String value)
           
ValueString(String value, String alias)
           
 
Method Summary
 Object getValue()
           
 String toString(boolean noAlias)
           
 
Methods inherited from class railo.runtime.sql.exp.value.ValueSupport
getString
 
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

ValueString

public ValueString(String value,
                   String alias)

ValueString

public ValueString(String value)
Method Detail

toString

public String toString(boolean noAlias)
Specified by:
toString in interface Expression
See Also:
Object.toString()

getValue

public Object getValue()
Specified by:
getValue in interface Value
See Also:
Value.getValue()


Copyright © 2012 Railo