SQLNumericLiteralExpr

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

clone
SQLNumericLiteralExpr clone()
Undocumented in source.
getChildren
List!SQLObject getChildren()
Undocumented in source. Be warned that the author may not have intended to support it.
getNumber
Number getNumber()
Undocumented in source.
setNumber
void setNumber(Number number)
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 SQLLiteralExpr

clone
SQLLiteralExpr clone()
Undocumented in source.

Meta