SQLCaseExpr.Item

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(SQLExpr conditionExpr, SQLExpr valueExpr)
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
Item clone()
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.
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.
output
void output(StringBuilder buf)
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.
setConditionExpr
void setConditionExpr(SQLExpr conditionExpr)
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.

Meta