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() |
SQLPartitionBy |
getPartitioning() |
SQLSelect |
getQuery()
已过时。
|
SQLName |
getTableGroup() |
Map<String,SQLObject> |
getTableOptions() |
void |
setHints(List<SQLCommentHint> hints) |
void |
setLike(SQLExprTableSource like) |
void |
setLike(SQLName like) |
void |
setOptionHints(List<SQLCommentHint> optionHints) |
void |
setPartitioning(SQLPartitionBy partitioning) |
void |
setQuery(SQLSelect query)
已过时。
|
void |
setTableGroup(SQLName tableGroup) |
void |
setTableOptions(Map<String,SQLObject> tableOptions) |
addBodyBeforeComment, getBodyBeforeCommentsDirect, getInherits, getName, getSelect, getTableElementList, getTableSource, getType, hasBodyBeforeComment, isIfNotExiists, setIfNotExiists, setInherits, setName, setSelect, setTableSource, setType
getDbType, setDbType, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
getDbType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLExprTableSource getLike()
public void setLike(SQLName like)
public void setLike(SQLExprTableSource like)
public List<SQLCommentHint> getHints()
public void setHints(List<SQLCommentHint> hints)
public SQLPartitionBy getPartitioning()
public void setPartitioning(SQLPartitionBy partitioning)
@Deprecated public SQLSelect getQuery()
@Deprecated public void setQuery(SQLSelect query)
public void accept0(MySqlASTVisitor visitor)
accept0
在接口中 MySqlObject
public List<SQLCommentHint> getOptionHints()
public void setOptionHints(List<SQLCommentHint> optionHints)
public SQLName getTableGroup()
public void setTableGroup(SQLName tableGroup)
Copyright © 2013–2016 Alibaba Group. All rights reserved.