Uses of Class
liquibase.structure.core.Index
-
Packages that use Index Package Description liquibase.database.core liquibase.snapshot.jvm liquibase.sqlgenerator.core liquibase.structure.core -
-
Uses of Index in liquibase.database.core
Methods in liquibase.database.core with parameters of type Index Modifier and Type Method Description booleanSQLiteDatabase.AlterTableVisitor. createThisIndex(Index index) -
Uses of Index in liquibase.snapshot.jvm
Methods in liquibase.snapshot.jvm that return Index Modifier and Type Method Description protected IndexIndexSnapshotGenerator. finalizeIndex(Schema schema, String tableName, Index index, DatabaseSnapshot snapshot)Methods in liquibase.snapshot.jvm with parameters of type Index Modifier and Type Method Description protected IndexIndexSnapshotGenerator. finalizeIndex(Schema schema, String tableName, Index index, DatabaseSnapshot snapshot) -
Uses of Index in liquibase.sqlgenerator.core
Methods in liquibase.sqlgenerator.core that return Index Modifier and Type Method Description protected IndexCreateIndexGenerator. getAffectedIndex(CreateIndexStatement statement)protected IndexDropIndexGenerator. getAffectedIndex(DropIndexStatement statement) -
Uses of Index in liquibase.structure.core
Methods in liquibase.structure.core that return Index Modifier and Type Method Description IndexIndex. addColumn(Column column)IndexForeignKey. getBackingIndex()IndexPrimaryKey. getBackingIndex()IndexUniqueConstraint. getBackingIndex()IndexIndex. setClustered(Boolean clustered)IndexIndex. setColumns(List<Column> columns)IndexIndex. setName(String name)IndexIndex. setRelation(Relation relation)IndexIndex. setTable(Relation table)Deprecated.IndexIndex. setTablespace(String tablespace)IndexIndex. setUnique(Boolean value)Methods in liquibase.structure.core that return types with arguments of type Index Modifier and Type Method Description List<Index>Relation. getIndexes()List<Index>Table. getIndexes()Methods in liquibase.structure.core with parameters of type Index Modifier and Type Method Description ForeignKeyForeignKey. setBackingIndex(Index backingIndex)PrimaryKeyPrimaryKey. setBackingIndex(Index backingIndex)UniqueConstraintUniqueConstraint. setBackingIndex(Index backingIndex)
-