com.alibaba.druid.sql.dialect.mysql.ast.statement
类 MySqlCreateTableStatement
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLStatementImpl
com.alibaba.druid.sql.ast.statement.SQLCreateTableStatement
com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlCreateTableStatement
- 所有已实现的接口:
- SQLObject, SQLStatement, SQLDDLStatement, MySqlObject, MySqlStatement
public class MySqlCreateTableStatement
- extends SQLCreateTableStatement
- implements MySqlStatement
MySqlCreateTableStatement
public MySqlCreateTableStatement()
getLike
public SQLExprTableSource getLike()
setLike
public void setLike(SQLName like)
setLike
public void setLike(SQLExprTableSource like)
getHints
public List<SQLCommentHint> getHints()
setHints
public void setHints(List<SQLCommentHint> hints)
setTableOptions
public void setTableOptions(Map<String,SQLObject> tableOptions)
getPartitioning
public SQLPartitioningClause getPartitioning()
setPartitioning
public void setPartitioning(SQLPartitioningClause partitioning)
getTableOptions
public Map<String,SQLObject> getTableOptions()
getQuery
public SQLSelect getQuery()
setQuery
public void setQuery(SQLSelect query)
isIfNotExiists
public boolean isIfNotExiists()
setIfNotExiists
public void setIfNotExiists(boolean ifNotExiists)
accept0
public void accept0(MySqlASTVisitor visitor)
- 指定者:
- 接口
MySqlObject 中的 accept0
Copyright © 2013 Alibaba Group. All Rights Reserved.