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, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, setSource
-
Method Details
-
getCovering
-
getColumns
List<SQLSelectOrderByItem> getColumns()
-