Uses of Class
liquibase.structure.core.Index
Packages that use Index
Package
Description
-
Uses of Index in liquibase.database.core
Methods in liquibase.database.core with parameters of type IndexModifier and TypeMethodDescriptionboolean
SQLiteDatabase.AlterTableVisitor.createThisIndex
(Index index) -
Uses of Index in liquibase.snapshot.jvm
Methods in liquibase.snapshot.jvm that return IndexModifier and TypeMethodDescriptionprotected Index
IndexSnapshotGenerator.finalizeIndex
(Schema schema, String tableName, Index index, DatabaseSnapshot snapshot) Methods in liquibase.snapshot.jvm with parameters of type IndexModifier and TypeMethodDescriptionprotected Index
IndexSnapshotGenerator.finalizeIndex
(Schema schema, String tableName, Index index, DatabaseSnapshot snapshot) -
Uses of Index in liquibase.sqlgenerator.core
Methods in liquibase.sqlgenerator.core that return IndexModifier and TypeMethodDescriptionprotected Index
CreateIndexGenerator.getAffectedIndex
(CreateIndexStatement statement) protected Index
DropIndexGenerator.getAffectedIndex
(DropIndexStatement statement) -
Uses of Index in liquibase.structure.core
Methods in liquibase.structure.core that return IndexModifier and TypeMethodDescriptionForeignKey.getBackingIndex()
PrimaryKey.getBackingIndex()
UniqueConstraint.getBackingIndex()
Index.setClustered
(Boolean clustered) Index.setColumns
(List<Column> columns) Index.setRelation
(Relation relation) Deprecated.Index.setTablespace
(String tablespace) Methods in liquibase.structure.core that return types with arguments of type IndexMethods in liquibase.structure.core with parameters of type IndexModifier and TypeMethodDescriptionForeignKey.setBackingIndex
(Index backingIndex) PrimaryKey.setBackingIndex
(Index backingIndex) UniqueConstraint.setBackingIndex
(Index backingIndex)
setRelation(Relation)