SQLCaseStatement.Item

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(SQLExpr conditionExpr, SQLStatement statement)
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.
getConditionExpr
SQLExpr getConditionExpr()
Undocumented in source. Be warned that the author may not have intended to support it.
getStatement
SQLStatement getStatement()
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.
setConditionExpr
void setConditionExpr(SQLExpr conditionExpr)
Undocumented in source. Be warned that the author may not have intended to support it.
setStatement
void setStatement(SQLStatement statement)
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.

Meta