public class MySqlCreateTableStatement extends SQLCreateTableStatement implements MySqlStatement
| Modifier and Type | Class and Description |
|---|---|
static class |
MySqlCreateTableStatement.TableSpaceOption |
SQLCreateTableStatement.Type| Constructor and Description |
|---|
MySqlCreateTableStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
List<SQLCommentHint> |
getHints() |
SQLExprTableSource |
getLike() |
List<SQLCommentHint> |
getOptionHints() |
SQLPartitionBy |
getPartitioning() |
SQLSelect |
getQuery()
Deprecated.
|
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)
Deprecated.
|
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, setTypegetDbType, setDbType, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDbTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, 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 SQLPartitionBy getPartitioning()
public void setPartitioning(SQLPartitionBy partitioning)
@Deprecated public SQLSelect getQuery()
@Deprecated public void setQuery(SQLSelect query)
public void accept0(MySqlASTVisitor visitor)
accept0 in interface MySqlObjectpublic 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.