类 MySqlTableIndex
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.statement.SQLConstraintImpl
com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlTableIndex
- 所有已实现的接口:
SQLDbTypedObject,SQLIndex,SQLObject,SQLConstraint,SQLTableElement,MySqlObject
public class MySqlTableIndex
extends SQLConstraintImpl
implements SQLTableElement, SQLIndex, MySqlObject
-
字段概要
从类继承的字段 com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidaccept0(MySqlASTVisitor visitor) voidaccept0(SQLASTVisitor visitor) voidaddColumn(SQLSelectOrderByItem column) voidbooleanapplyColumnRename(SQLName columnName, SQLColumnDefinition to) booleanapplyDropColumn(SQLName columnName) clone()getName()protected SQLExprgetOption(long hash64) booleanisGlobal()booleanisLocal()voidsetAnalyzerName(SQLName analyzerName) voidvoidsetCovering(List<SQLName> covering) voidvoidsetGlobal(boolean global) voidsetIndexAnalyzerName(SQLName indexAnalyzerName) voidsetIndexType(String indexType) voidsetLocal(boolean local) voidvoidsetPartitioning(SQLPartitionBy sqlPartitioning) voidsetQueryAnalyzerName(SQLName queryAnalyzerName) voidvoidvoidsetWithDicName(SQLName withDicName) 从类继承的方法 com.alibaba.druid.sql.ast.statement.SQLConstraintImpl
cloneTo, cloneTo, getDbType, getEnable, getHints, getRely, getValidate, replace, setDbType, setEnable, setHints, setName, setRely, setValidate, simplify从类继承的方法 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, toString从接口继承的方法 com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
-
构造器详细资料
-
MySqlTableIndex
public MySqlTableIndex()
-
-
方法详细资料
-
getIndexDefinition
-
getName
- 指定者:
getName在接口中SQLConstraint- 覆盖:
getName在类中SQLConstraintImpl
-
getIndexType
-
setIndexType
-
setName
- 指定者:
setName在接口中SQLConstraint- 覆盖:
setName在类中SQLConstraintImpl
-
getColumns
- 指定者:
getColumns在接口中SQLIndex
-
addColumn
-
accept0
- 指定者:
accept0在类中SQLObjectImpl
-
accept0
- 指定者:
accept0在接口中MySqlObject
-
clone
- 指定者:
clone在接口中SQLObject- 指定者:
clone在接口中SQLTableElement- 覆盖:
clone在类中SQLObjectImpl
-
applyColumnRename
-
applyDropColumn
-
addOption
-
getOption
-
getOption
-
getDistanceMeasure
-
getAlgorithm
-
getOptions
-
getComment
- 指定者:
getComment在接口中SQLConstraint- 覆盖:
getComment在类中SQLConstraintImpl
-
setComment
- 指定者:
setComment在接口中SQLConstraint- 覆盖:
setComment在类中SQLConstraintImpl
-
getDbPartitionBy
-
setDbPartitionBy
-
getTablePartitions
-
setTablePartitions
-
getTablePartitionBy
-
setTablePartitionBy
-
setCovering
-
isGlobal
public boolean isGlobal() -
setGlobal
public void setGlobal(boolean global) -
isLocal
public boolean isLocal() -
setLocal
public void setLocal(boolean local) -
getCovering
- 指定者:
getCovering在接口中SQLIndex
-
getIndexAnalyzerName
-
setIndexAnalyzerName
-
getQueryAnalyzerName
-
setQueryAnalyzerName
-
setPartitioning
-
getPartitioning
-
getWithDicName
-
setWithDicName
-
getAnalyzerName
-
setAnalyzerName
-