Package com.alibaba.druid.sql.ast
Class SQLAnnIndex
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLAnnIndex
- All Implemented Interfaces:
SQLObject
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enum -
Field Summary
Fields inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidclone()intintvoidsetDistance(SQLAnnIndex.Distance distance) voidsetDistance(String distance) voidsetIndexType(SQLAnnIndex.IndexType indexType, boolean state) voidsetIndexType(String type) voidsetRtIndexType(SQLAnnIndex.IndexType indexType, boolean state) voidsetRtIndexType(String type) Methods inherited from class 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
-
Constructor Details
-
SQLAnnIndex
public SQLAnnIndex()
-
-
Method Details
-
clone
- Specified by:
clonein interfaceSQLObject- Overrides:
clonein classSQLObjectImpl
-
accept0
- Specified by:
accept0in classSQLObjectImpl
-
setIndexType
-
setIndexType
-
setRtIndexType
-
setRtIndexType
-
getIndexType
public int getIndexType() -
getRtIndexType
public int getRtIndexType() -
getDistance
-
setDistance
-
setDistance
-