MySqlDeclareConditionStatement

Undocumented in source.

Members

Aliases

accept0
alias accept0 = MySqlStatementImpl.accept0
Undocumented in source.

Functions

accept0
void accept0(MySqlASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
getConditionName
string getConditionName()
Undocumented in source. Be warned that the author may not have intended to support it.
getConditionValue
ConditionValue getConditionValue()
Undocumented in source. Be warned that the author may not have intended to support it.
setConditionName
void setConditionName(string conditionName)
Undocumented in source. Be warned that the author may not have intended to support it.
setConditionValue
void setConditionValue(ConditionValue conditionValue)
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