SQLTimestampExpr

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(string literal)
Undocumented in source.

Members

Functions

accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
clone
SQLTimestampExpr clone()
Undocumented in source. Be warned that the author may not have intended to support it.
computeDataType
SQLDataType computeDataType()
Undocumented in source. Be warned that the author may not have intended to support it.
getChildren
List!SQLObject getChildren()
Undocumented in source. Be warned that the author may not have intended to support it.
getLiteral
string getLiteral()
Undocumented in source. Be warned that the author may not have intended to support it.
getTimeZone
string getTimeZone()
Undocumented in source. Be warned that the author may not have intended to support it.
getValue
Object getValue()
Undocumented in source. Be warned that the author may not have intended to support it.
isWithTimeZone
bool isWithTimeZone()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Object obj)
Undocumented in source. Be warned that the author may not have intended to support it.
setLiteral
void setLiteral(string literal)
Undocumented in source. Be warned that the author may not have intended to support it.
setTimeZone
void setTimeZone(string timeZone)
Undocumented in source. Be warned that the author may not have intended to support it.
setWithTimeZone
void setWithTimeZone(bool withTimeZone)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

DEFAULT_DATA_TYPE
SQLDataType DEFAULT_DATA_TYPE()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

literal
string literal;
Undocumented in source.
timeZone
string timeZone;
Undocumented in source.
withTimeZone
bool withTimeZone;
Undocumented in source.

Inherited Members

From SQLExprImpl

opEquals
bool opEquals(Object o)
Undocumented in source.
toHash
size_t toHash()
Undocumented in source.
clone
SQLExpr clone()
Undocumented in source. Be warned that the author may not have intended to support it.
computeDataType
SQLDataType computeDataType()
Undocumented in source. Be warned that the author may not have intended to support it.
getChildren
List!SQLObject getChildren()
Undocumented in source. Be warned that the author may not have intended to support it.

From SQLValuableExpr

getValue
Object getValue()
Undocumented in source.

Meta