Package com.alibaba.druid.sql.ast
Interface SQLIndex
-
- All Superinterfaces:
SQLObject
- All Known Implementing Classes:
MySqlKey,MySqlPrimaryKey,MySqlTableIndex,MySqlUnique,OracleCreateIndexStatement,SQLAlterTableAddIndex,SQLAlterTableAlterIndex,SQLCreateIndexStatement,SQLIndexDefinition
public interface SQLIndex extends SQLObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<SQLSelectOrderByItem>getColumns()List<SQLName>getCovering()-
Methods 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 Detail
-
getColumns
List<SQLSelectOrderByItem> getColumns()
-
-