public class MySqlCreateTableStatement extends SQLCreateTableStatement implements MySqlStatement
SQLCreateTableStatement.Type| 构造器和说明 |
|---|
MySqlCreateTableStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
List<SQLCommentHint> |
getHints() |
SQLPartitioningClause |
getPartitioning() |
SQLSelect |
getQuery() |
Map<String,String> |
getTableOptions() |
boolean |
isIfNotExiists() |
void |
output(StringBuffer buf) |
void |
setHints(List<SQLCommentHint> hints) |
void |
setIfNotExiists(boolean ifNotExiists) |
void |
setPartitioning(SQLPartitioningClause partitioning) |
void |
setQuery(SQLSelect query) |
void |
setTableOptions(Map<String,String> tableOptions) |
getName, getTableElementList, getTableSource, getType, setName, setTableSource, setTypeaccept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParentpublic List<SQLCommentHint> getHints()
public void setHints(List<SQLCommentHint> hints)
public SQLPartitioningClause getPartitioning()
public void setPartitioning(SQLPartitioningClause partitioning)
public SQLSelect getQuery()
public void setQuery(SQLSelect query)
public void output(StringBuffer buf)
output 在接口中 SQLObjectoutput 在类中 SQLCreateTableStatementpublic boolean isIfNotExiists()
public void setIfNotExiists(boolean ifNotExiists)
public void accept0(MySqlASTVisitor visitor)
accept0 在接口中 MySqlObjectCopyright © 2012 Alibaba Group. All Rights Reserved.