- 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.
- getDatabase
SQLName getDatabase()
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.
- getTable
SQLName getTable()
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.
- isFull
bool isFull()
Undocumented in source. Be warned that the author may not have intended to support it.
- setDatabase
void setDatabase(SQLName database)
Undocumented in source. Be warned that the author may not have intended to support it.
- setFull
void setFull(bool full)
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.
- setTable
void setTable(SQLName table)
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.