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() |
void |
setHints(List<SQLCommentHint> hints) |
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) |
getInherits, getName, getTableElementList, getTableSource, getType, isIfNotExiists, setIfNotExiists, setInherits, setName, setTableSource, setType
getDbType, setDbType, toString
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
accept, getAttribute, getAttributes, getAttributesDirect, getParent, 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 SQLPartitioningClause getPartitioning()
public void setPartitioning(SQLPartitioningClause partitioning)
public SQLSelect getQuery()
public void setQuery(SQLSelect query)
public void accept0(MySqlASTVisitor visitor)
accept0
在接口中 MySqlObject
public List<SQLCommentHint> getOptionHints()
public void setOptionHints(List<SQLCommentHint> optionHints)
Copyright © 2013-2015 Alibaba Group. All Rights Reserved.