MySqlShowStatusStatement

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.
getLike
SQLExpr getLike()
Undocumented in source. Be warned that the author may not have intended to support it.
getWhere
SQLExpr getWhere()
Undocumented in source. Be warned that the author may not have intended to support it.
isGlobal
bool isGlobal()
Undocumented in source. Be warned that the author may not have intended to support it.
isSession
bool isSession()
Undocumented in source. Be warned that the author may not have intended to support it.
setGlobal
void setGlobal(bool global)
Undocumented in source. Be warned that the author may not have intended to support it.
setLike
void setLike(SQLExpr like)
Undocumented in source. Be warned that the author may not have intended to support it.
setSession
void setSession(bool session)
Undocumented in source. Be warned that the author may not have intended to support it.
setWhere
void setWhere(SQLExpr where)
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