MySqlShowBinLogEventsStatement

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.
getFrom
SQLExpr getFrom()
Undocumented in source. Be warned that the author may not have intended to support it.
getIn
SQLExpr getIn()
Undocumented in source. Be warned that the author may not have intended to support it.
getLimit
SQLLimit getLimit()
Undocumented in source. Be warned that the author may not have intended to support it.
setFrom
void setFrom(SQLExpr from)
Undocumented in source. Be warned that the author may not have intended to support it.
setIn
void setIn(SQLExpr _in)
Undocumented in source. Be warned that the author may not have intended to support it.
setLimit
void setLimit(SQLLimit limit)
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