railo.runtime.sql.exp.value
Class ValueDate

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.ValueDate
All Implemented Interfaces:
Expression, Literal, Value

public class ValueDate
extends ValueSupport
implements Literal


Constructor Summary
ValueDate(DateTime value)
           
ValueDate(String strValue)
           
 
Method Summary
 Object getValue()
           
 DateTime getValueAsDateTime()
           
 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

ValueDate

public ValueDate(DateTime value)

ValueDate

public ValueDate(String strValue)
          throws PageException
Throws:
PageException
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

getValueAsDateTime

public DateTime getValueAsDateTime()


Copyright © 2012 Railo