- 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.