Package com.alibaba.druid.sql.ast
Interface SQLIndex
- All Superinterfaces:
SQLObject
- All Known Implementing Classes:
MySqlKey,MySqlPrimaryKey,MySqlTableIndex,MySqlUnique,OracleCreateIndexStatement,SQLAlterTableAddIndex,SQLAlterTableAlterIndex,SQLCreateIndexStatement,SQLIndexDefinition
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
-
Method Details
-
getCovering
-
getColumns
List<SQLSelectOrderByItem> getColumns()
-