Uses of Class
liquibase.structure.core.Index
Package
Description
-
Uses of Index in liquibase.database.core
Modifier and TypeMethodDescriptionboolean
SQLiteDatabase.AlterTableVisitor.createThisIndex
(Index index) -
Uses of Index in liquibase.snapshot.jvm
Modifier and TypeMethodDescriptionprotected Index
IndexSnapshotGenerator.finalizeIndex
(Schema schema, String tableName, Index index, DatabaseSnapshot snapshot) Modifier and TypeMethodDescriptionprotected Index
IndexSnapshotGenerator.finalizeIndex
(Schema schema, String tableName, Index index, DatabaseSnapshot snapshot) -
Uses of Index in liquibase.sqlgenerator.core
Modifier and TypeMethodDescriptionprotected Index
CreateIndexGenerator.getAffectedIndex
(CreateIndexStatement statement) protected Index
DropIndexGenerator.getAffectedIndex
(DropIndexStatement statement) -
Uses of Index in liquibase.structure.core
Modifier 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) Modifier and TypeMethodDescriptionForeignKey.setBackingIndex
(Index backingIndex) PrimaryKey.setBackingIndex
(Index backingIndex) UniqueConstraint.setBackingIndex
(Index backingIndex)
setRelation(Relation)