SQLBooleanExpr

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(bool value)
Undocumented in source.

Members

Enums

Type
enum Type
Undocumented in source.

Functions

accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
clone
SQLBooleanExpr 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.
getBooleanValue
Boolean getBooleanValue()
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.
getValue
Boolean 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.
output
void output(StringBuilder buf)
Undocumented in source. Be warned that the author may not have intended to support it.
setValue
void setValue(bool 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.

Static functions

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

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 SQLExpr

clone
SQLExpr clone()
Undocumented in source.
computeDataType
SQLDataType computeDataType()
Undocumented in source.
getChildren
List!SQLObject getChildren()
Undocumented in source.

From SQLLiteralExpr

clone
SQLLiteralExpr clone()
Undocumented in source.

From SQLValuableExpr

getValue
Object getValue()
Undocumented in source.

Meta