SQLCaseExpr

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Classes

Item
class Item
Undocumented in source.

Functions

accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
addItem
void addItem(Item item)
Undocumented in source. Be warned that the author may not have intended to support it.
clone
SQLCaseExpr 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.
getElseExpr
SQLExpr getElseExpr()
Undocumented in source. Be warned that the author may not have intended to support it.
getItems
List!Item getItems()
Undocumented in source. Be warned that the author may not have intended to support it.
getValueExpr
SQLExpr getValueExpr()
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.
replace
bool replace(SQLExpr expr, SQLExpr target)
Undocumented in source. Be warned that the author may not have intended to support it.
setElseExpr
void setElseExpr(SQLExpr elseExpr)
Undocumented in source. Be warned that the author may not have intended to support it.
setValueExpr
void setValueExpr(SQLExpr valueExpr)
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.

Meta