public class MySqlCreateTableStatement extends SQLCreateTableStatement implements MySqlStatement
限定符和类型 | 类和说明 |
---|---|
static class |
MySqlCreateTableStatement.TableSpaceOption |
SQLCreateTableStatement.Type
构造器和说明 |
---|
MySqlCreateTableStatement() |
限定符和类型 | 方法和说明 |
---|---|
void |
accept0(MySqlASTVisitor visitor) |
List<SQLCommentHint> |
getHints() |
SQLExprTableSource |
getLike() |
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 |
setPartitioning(SQLPartitioningClause partitioning) |
void |
setQuery(SQLSelect query) |
void |
setTableOptions(Map<String,SQLObject> tableOptions) |
getName, getTableElementList, getTableSource, getType, output, setName, setTableSource, setType
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toString
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 boolean isIfNotExiists()
public void setIfNotExiists(boolean ifNotExiists)
public void accept0(MySqlASTVisitor visitor)
accept0
在接口中 MySqlObject
Copyright © 2012-2013 Alibaba Group. All Rights Reserved.