railo.runtime.sql.exp.value
Class ValueSupport

java.lang.Object
  extended by railo.runtime.sql.exp.ExpressionSupport
      extended by railo.runtime.sql.exp.value.ValueSupport
All Implemented Interfaces:
Expression, Value
Direct Known Subclasses:
ValueBoolean, ValueDate, ValueNull, ValueNumber, ValueString

public abstract class ValueSupport
extends ExpressionSupport
implements Value


Constructor Summary
ValueSupport(String value)
           
ValueSupport(String value, String alias)
           
 
Method Summary
 String 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.value.Value
getValue
 
Methods inherited from interface railo.runtime.sql.exp.Expression
getAlias, getIndex, hasAlias, hasIndex, isDirectionBackward, setAlias, setDirectionBackward, setIndex, toString
 

Constructor Detail

ValueSupport

public ValueSupport(String value,
                    String alias)

ValueSupport

public ValueSupport(String value)
Method Detail

getString

public String getString()
Specified by:
getString in interface Value


Copyright © 2012 Railo