类 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
- 所有已实现的接口:
SQLDbTypedObject,SQLObject,SQLStatement,SQLCreateStatement,SQLDDLStatement,MySqlObject,MySqlStatement
-
嵌套类概要
嵌套类从类继承的嵌套类/接口 com.alibaba.druid.sql.ast.statement.SQLCreateTableStatement
SQLCreateTableStatement.Type从接口继承的嵌套类/接口 com.alibaba.druid.sql.ast.statement.SQLDDLStatement
SQLDDLStatement.DDLObjectType -
字段概要
字段修饰符和类型字段说明protected SQLNameprotected SQLExprprotected SQLExprprotected SQLNameprotected MySqlExtPartitionprotected booleanprotected SQLNameprotected SQLExprprotected SQLExprprotected Booleanprotected SQLStatement从类继承的字段 com.alibaba.druid.sql.ast.statement.SQLCreateTableStatement
buckets, clusteredBy, clusteringType, comment, compress, dimension, engine, external, ifNotExists, ignore, inherits, like, localPartitioning, location, logging, onCommitDeleteRows, onCommitPreserveRows, partitionColumns, partitioning, partitionOf, replace, rowFormat, select, shards, single, sortedBy, storedAs, tableElementList, tableOptions, tableSource, tablespace, tblProperties, type从类继承的字段 com.alibaba.druid.sql.ast.SQLStatementImpl
afterSemi, dbType, headHints从类继承的字段 com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidaccept0(AdsOutputVisitor visitor) voidaccept0(MySqlASTVisitor visitor) protected voidaccept0(SQLASTVisitor visitor) protected booleanalterApply(SQLAlterTableItem item) booleanapply(SQLAlterCharacter item) booleanapply(SQLAlterTableAddIndex item) booleanbooleanbooleanbooleanapply(MySqlAlterTableOption item) booleanbooleanclone()voidgetHints()getQuery()已过时。getWith()booleanvoidsetArchiveBy(SQLName archiveBy) voidsetBroadCast(boolean broadCast) voidvoidvoidsetDistributeByType(SQLName distributeByType) voidvoidvoidsetHints(List<SQLCommentHint> hints) voidsetOptionHints(List<SQLCommentHint> optionHints) voidvoid已过时。voidsetStoredBy(SQLName storedBy) voidsetTableGroup(SQLName tableGroup) voidsetTableGroup(String tableGroup) voidvoidvoidvoidsetWithData(Boolean withData) voidsetWithSelect(SQLStatement withSelect) voidshowCoumns(StringBuilder out) voidsimplify()从类继承的方法 com.alibaba.druid.sql.ast.statement.SQLCreateTableStatement
acceptChild, addBodyBeforeComment, addClusteredByItem, addColumn, addColumn, addOption, addPartitionColumn, addSortedByItem, addTblProperty, apply, apply, apply, cloneTo, columnIndexOf, computeName, containsDuplicateColumnNames, containsDuplicateColumnNames, findColumn, findColumn, findForeignKey, findIndex, findPrimaryKey, findUnique, forEachColumn, foreignKeyToAlterTable, getBodyBeforeCommentsDirect, getBuckets, getCatalog, getChildren, getClusteredBy, getClusteringType, getColumn, getColumnComments, getColumnDefinitions, getColumnNames, getComment, getCompress, getDDLObjectType, getInherits, getLike, getLocalPartitioning, getLocation, getLogging, getName, getOption, getOptionOrTblPropertyValue, getOptionValue, getPartitionColumns, getPartitioning, getPartitionOf, getPrimaryKeyNames, getRowFormat, getSchema, getSelect, getShards, getSortedBy, getStoredAs, getTableElementList, getTableName, getTableOptions, getTableSource, getTablespace, getTblProperties, getTblProperty, getTblPropertyValue, getType, hasBodyBeforeComment, hashForeignKey, isDimension, isExternal, isIfNotExists, isIgnore, isMUL, isOnCommitPreserveRows, isOnlyPrimaryKey, isPrimaryColumn, isPrimaryColumn, isReferenced, isReferenced, isReplace, isSingle, isUNI, renameColumn, setBuckets, setClusteringType, setComment, setCompress, setDimension, setExternal, setIfNotExiists, setIgnore, setInherits, setLike, setLike, setLocalPartitioning, setLocation, setLogging, setName, setName, setOnCommitPreserveRows, setPartitioning, setPartitionOf, setReplace, setRowFormat, setSchema, setSelect, setShards, setSingle, setStoredAs, setTableName, setTableSource, setTablespace, setType, sort, toString从类继承的方法 com.alibaba.druid.sql.ast.SQLStatementImpl
getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toUnformattedString从类继承的方法 com.alibaba.druid.sql.ast.SQLObjectImpl
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine从接口继承的方法 com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent从接口继承的方法 com.alibaba.druid.sql.ast.SQLStatement
getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString
-
字段详细资料
-
dbPartitionBy
-
dbPartitions
-
tablePartitionBy
-
tablePartitions
-
exPartition
-
storedBy
-
distributeByType
-
distributeBy
-
isBroadCast
protected boolean isBroadCast -
with
-
withSelect
-
archiveBy
-
withData
-
-
构造器详细资料
-
MySqlCreateTableStatement
public MySqlCreateTableStatement()
-
-
方法详细资料
-
getHints
-
setHints
-
getWithSelect
-
setWithSelect
-
getQuery
已过时。 -
setQuery
已过时。 -
accept0
- 覆盖:
accept0在类中SQLCreateTableStatement
-
accept0
-
accept0
- 指定者:
accept0在接口中MySqlObject
-
getOptionHints
-
setOptionHints
-
getTableGroup
-
setTableGroup
-
setTableGroup
-
simplify
public void simplify()- 覆盖:
simplify在类中SQLCreateTableStatement
-
showCoumns
- 抛出:
IOException
-
getMysqlKeys
-
getMysqlIndexes
-
apply
-
alterApply
- 覆盖:
alterApply在类中SQLCreateTableStatement
-
apply
- 覆盖:
apply在类中SQLCreateTableStatement
-
apply
-
apply
-
apply
-
apply
-
apply
-
apply
-
cloneTo
-
clone
- 指定者:
clone在接口中SQLObject- 指定者:
clone在接口中SQLStatement- 覆盖:
clone在类中SQLCreateTableStatement
-
getDbPartitionBy
-
setDbPartitionBy
-
getTablePartitionBy
-
setTablePartitionBy
-
getDistributeByType
-
setDistributeByType
-
getDistributeBy
-
getTbpartitions
-
getTablePartitions
-
setTablePartitions
-
getDbpartitions
-
setDbPartitions
-
getExtPartition
-
setExPartition
-
getDbPartitions
-
getStoredBy
-
setStoredBy
-
getWith
-
isBroadCast
public boolean isBroadCast() -
setBroadCast
public void setBroadCast(boolean broadCast) -
getArchiveBy
-
setArchiveBy
-
getWithData
-
setWithData
-
getEngine
- 覆盖:
getEngine在类中SQLCreateTableStatement
-
setEngine
- 覆盖:
setEngine在类中SQLCreateTableStatement
-
setPageChecksum
-
setTransactional
-