类 SQLCreateIndexStatement
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLStatementImpl
com.alibaba.druid.sql.ast.statement.SQLCreateIndexStatement
- 所有已实现的接口:
SQLDbTypedObject,SQLIndex,SQLObject,SQLStatement,SQLCreateStatement,SQLDDLStatement
- 直接已知子类:
OracleCreateIndexStatement
public class SQLCreateIndexStatement
extends SQLStatementImpl
implements SQLCreateStatement, SQLIndex
-
嵌套类概要
从接口继承的嵌套类/接口 com.alibaba.druid.sql.ast.statement.SQLDDLStatement
SQLDDLStatement.DDLObjectType -
字段概要
字段修饰符和类型字段说明protected booleanprotected booleanprotected SQLTableSourceprotected List<SQLAssignItem>protected SQLExternalRecordFormatprotected SQLNameprotected booleanprotected List<SQLAssignItem>protected SQLName从类继承的字段 com.alibaba.druid.sql.ast.SQLStatementImpl
afterSemi, dbType, headHints从类继承的字段 com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected voidaccept0(SQLASTVisitor visitor) voidaddItem(SQLSelectOrderByItem item) voidclone()getIn()getItems()getName()getTable()getType()getUsing()booleanbooleanbooleanisGlobal()booleanbooleanisLocal()booleanvoidvoidsetConcurrently(boolean concurrently) voidvoidsetDeferedRebuild(boolean deferedRebuild) voidsetGlobal(boolean global) voidsetIfNotExists(boolean ifNotExists) voidvoidvoidsetLocal(boolean local) voidvoidvoidvoidsetStoring(boolean storing) voidvoidsetTable(SQLTableSource table) voidvoidvoidvoidvoid从类继承的方法 com.alibaba.druid.sql.ast.SQLStatementImpl
getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, 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
getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString
-
字段详细资料
-
tablespace
-
deferedRebuild
protected boolean deferedRebuild -
in
-
rowFormat
-
storedAs
-
properties
-
tableProperties
-
storing
protected boolean storing -
ifNotExists
protected boolean ifNotExists
-
-
构造器详细资料
-
SQLCreateIndexStatement
public SQLCreateIndexStatement() -
SQLCreateIndexStatement
-
-
方法详细资料
-
getIndexDefinition
-
getTable
-
setTable
-
setTable
-
getTableName
-
getItems
-
addItem
-
getName
- 指定者:
getName在接口中SQLCreateStatement
-
setName
-
getType
-
setType
-
getUsing
-
setUsing
-
accept0
- 覆盖:
accept0在类中SQLStatementImpl
-
getChildren
- 指定者:
getChildren在接口中SQLStatement- 覆盖:
getChildren在类中SQLStatementImpl
-
getSchema
-
clone
- 指定者:
clone在接口中SQLObject- 指定者:
clone在接口中SQLStatement- 覆盖:
clone在类中SQLStatementImpl
-
getComment
-
setComment
-
getTablespace
-
setTablespace
-
isConcurrently
public boolean isConcurrently() -
setConcurrently
public void setConcurrently(boolean concurrently) -
getOptions
-
isDeferedRebuild
public boolean isDeferedRebuild() -
setDeferedRebuild
public void setDeferedRebuild(boolean deferedRebuild) -
getIn
-
setIn
-
setIn
-
getStoredAs
-
setStoredAs
-
getRowFormat
-
setRowFormat
-
getProperties
-
getTableProperties
-
addOption
-
isGlobal
public boolean isGlobal() -
setGlobal
public void setGlobal(boolean global) -
isLocal
public boolean isLocal() -
setLocal
public void setLocal(boolean local) -
getDbPartitionBy
-
setDbPartitionBy
-
getTablePartitions
-
setTablePartitions
-
getTablePartitionBy
-
setTablePartitionBy
-
isStoring
public boolean isStoring() -
setStoring
public void setStoring(boolean storing) -
getCovering
- 指定者:
getCovering在接口中SQLIndex
-
getColumns
- 指定者:
getColumns在接口中SQLIndex
-
isIfNotExists
public boolean isIfNotExists() -
setIfNotExists
public void setIfNotExists(boolean ifNotExists) -
getDDLObjectType
- 指定者:
getDDLObjectType在接口中SQLDDLStatement
-