|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.sql.exp.ExpressionSupport
railo.runtime.sql.exp.value.ValueSupport
railo.runtime.sql.exp.value.ValueDate
public class ValueDate
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 |
---|
public ValueDate(DateTime value)
public ValueDate(String strValue) throws PageException
PageException
Method Detail |
---|
public String toString(boolean noAlias)
toString
in interface Expression
public Object getValue()
getValue
in interface Value
public DateTime getValueAsDateTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |