public class MySqlCreateTableStatement extends SQLCreateTableStatement implements MySqlStatement
| 限定符和类型 | 类和说明 |
|---|---|
static class |
MySqlCreateTableStatement.TableSpaceOption |
SQLCreateTableStatement.Type| 构造器和说明 |
|---|
MySqlCreateTableStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
List<SQLCommentHint> |
getHints() |
SQLExprTableSource |
getLike() |
List<SQLCommentHint> |
getOptionHints() |
SQLPartitioningClause |
getPartitioning() |
SQLSelect |
getQuery() |
Map<String,SQLObject> |
getTableOptions() |
boolean |
isIfNotExiists() |
void |
setHints(List<SQLCommentHint> hints) |
void |
setIfNotExiists(boolean ifNotExiists) |
void |
setLike(SQLExprTableSource like) |
void |
setLike(SQLName like) |
void |
setOptionHints(List<SQLCommentHint> optionHints) |
void |
setPartitioning(SQLPartitioningClause partitioning) |
void |
setQuery(SQLSelect query) |
void |
setTableOptions(Map<String,SQLObject> tableOptions) |
getName, getTableElementList, getTableSource, getType, output, setName, setTableSource, setTypetoStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParentaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentpublic SQLExprTableSource getLike()
public void setLike(SQLName like)
public void setLike(SQLExprTableSource like)
public 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 boolean isIfNotExiists()
public void setIfNotExiists(boolean ifNotExiists)
public void accept0(MySqlASTVisitor visitor)
accept0 在接口中 MySqlObjectpublic List<SQLCommentHint> getOptionHints()
public void setOptionHints(List<SQLCommentHint> optionHints)
Copyright © 2013-2014 Alibaba Group. All Rights Reserved.