SQLRealExpr

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(float value)
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
SQLRealExpr clone()
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.
getNumber
Number getNumber()
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.
opEquals
bool opEquals(Object obj)
Undocumented in source. Be warned that the author may not have intended to support it.
setNumber
void setNumber(Number number)
Undocumented in source. Be warned that the author may not have intended to support it.
setValue
void setValue(float value)
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.

Inherited Members

From SQLNumericLiteralExpr

getNumber
Number getNumber()
Undocumented in source.
setNumber
void setNumber(Number number)
Undocumented in source.
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.

From SQLValuableExpr

getValue
Object getValue()
Undocumented in source.

Meta