- 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.
- alterApply
bool alterApply(SQLAlterTableItem item)
Undocumented in source. Be warned that the author may not have intended to support it.
- apply
bool apply(MySqlRenameTableStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
- apply
bool apply(SQLAlterTableAddIndex item)
Undocumented in source. Be warned that the author may not have intended to support it.
- apply
bool apply(MySqlAlterTableOption item)
Undocumented in source. Be warned that the author may not have intended to support it.
- apply
bool apply(SQLAlterCharacter item)
Undocumented in source. Be warned that the author may not have intended to support it.
- apply
bool apply(MySqlRenameTableStatement.Item item)
Undocumented in source. Be warned that the author may not have intended to support it.
- apply
bool apply(MySqlAlterTableAlterColumn x)
Undocumented in source. Be warned that the author may not have intended to support it.
- apply
bool apply(MySqlAlterTableChangeColumn item)
Undocumented in source. Be warned that the author may not have intended to support it.
- apply
bool apply(MySqlAlterTableModifyColumn item)
Undocumented in source. Be warned that the author may not have intended to support it.
- clone
MySqlCreateTableStatement clone()
Undocumented in source. Be warned that the author may not have intended to support it.
- cloneTo
void cloneTo(MySqlCreateTableStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
- getDbPartitionBy
SQLPartitionBy getDbPartitionBy()
Undocumented in source. Be warned that the author may not have intended to support it.
- getHints
List!(SQLCommentHint) getHints()
Undocumented in source. Be warned that the author may not have intended to support it.
- getOptionHints
List!(SQLCommentHint) getOptionHints()
Undocumented in source. Be warned that the author may not have intended to support it.
- getQuery
SQLSelect getQuery()
Undocumented in source. Be warned that the author may not have intended to support it.
- getTableGroup
SQLName getTableGroup()
Undocumented in source. Be warned that the author may not have intended to support it.
- getTablePartitionBy
SQLPartitionBy getTablePartitionBy()
Undocumented in source. Be warned that the author may not have intended to support it.
- getTbpartitions
SQLExpr getTbpartitions()
Undocumented in source. Be warned that the author may not have intended to support it.
- output
void output(StringBuilder buf)
Undocumented in source. Be warned that the author may not have intended to support it.
- setDbPartitionBy
void setDbPartitionBy(SQLPartitionBy x)
Undocumented in source. Be warned that the author may not have intended to support it.
- setHints
void setHints(List!(SQLCommentHint) hints)
Undocumented in source. Be warned that the author may not have intended to support it.
- setOptionHints
void setOptionHints(List!(SQLCommentHint) optionHints)
Undocumented in source. Be warned that the author may not have intended to support it.
- setQuery
void setQuery(SQLSelect query)
Undocumented in source. Be warned that the author may not have intended to support it.
- setTableGroup
void setTableGroup(SQLName tableGroup)
Undocumented in source. Be warned that the author may not have intended to support it.
- setTableOptions
void setTableOptions(Map!(string, SQLObject) tableOptions)
Undocumented in source. Be warned that the author may not have intended to support it.
- setTablePartitionBy
void setTablePartitionBy(SQLPartitionBy x)
Undocumented in source. Be warned that the author may not have intended to support it.
- setTbpartitions
void setTbpartitions(SQLExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
- showCoumns
void showCoumns(Appendable out_p)
Undocumented in source. Be warned that the author may not have intended to support it.
- simplify
void simplify()
Undocumented in source. Be warned that the author may not have intended to support it.