MySqlCaseStatement

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Aliases

accept0
alias accept0 = MySqlStatementImpl.accept0
Undocumented in source.

Classes

MySqlWhenStatement
class MySqlWhenStatement
Undocumented in source.

Functions

accept0
void accept0(MySqlASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
addWhenStatement
void addWhenStatement(MySqlWhenStatement stmt)
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.
getCondition
SQLExpr getCondition()
Undocumented in source. Be warned that the author may not have intended to support it.
getElseItem
SQLIfStatement.Else getElseItem()
Undocumented in source. Be warned that the author may not have intended to support it.
getWhenList
List!(MySqlWhenStatement) getWhenList()
Undocumented in source. Be warned that the author may not have intended to support it.
setCondition
void setCondition(SQLExpr condition)
Undocumented in source. Be warned that the author may not have intended to support it.
setElseItem
void setElseItem(SQLIfStatement.Else elseItem)
Undocumented in source. Be warned that the author may not have intended to support it.
setWhenList
void setWhenList(List!(MySqlWhenStatement) whenList)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From MySqlStatementImpl

accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
accept0
void accept0(MySqlASTVisitor visitor)
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.

Meta