Package | Description |
---|---|
liquibase.database.core | |
liquibase.snapshot.jvm | |
liquibase.sqlgenerator.core | |
liquibase.structure.core |
Modifier and Type | Method and Description |
---|---|
boolean |
SQLiteDatabase.AlterTableVisitor.createThisIndex(Index index) |
Modifier and Type | Method and Description |
---|---|
protected Index |
IndexSnapshotGenerator.finalizeIndex(Schema schema,
String tableName,
Index index,
DatabaseSnapshot snapshot) |
Modifier and Type | Method and Description |
---|---|
protected Index |
IndexSnapshotGenerator.finalizeIndex(Schema schema,
String tableName,
Index index,
DatabaseSnapshot snapshot) |
Modifier and Type | Method and Description |
---|---|
protected Index |
CreateIndexGenerator.getAffectedIndex(CreateIndexStatement statement) |
protected Index |
DropIndexGenerator.getAffectedIndex(DropIndexStatement statement) |
Modifier and Type | Method and Description |
---|---|
Index |
Index.addColumn(Column column) |
Index |
ForeignKey.getBackingIndex() |
Index |
PrimaryKey.getBackingIndex() |
Index |
UniqueConstraint.getBackingIndex() |
Index |
Index.setClustered(Boolean clustered) |
Index |
Index.setColumns(List<Column> columns) |
Index |
Index.setName(String name) |
Index |
Index.setRelation(Relation relation) |
Index |
Index.setTable(Table table)
Deprecated.
|
Index |
Index.setTablespace(String tablespace) |
Index |
Index.setUnique(Boolean value) |
Modifier and Type | Method and Description |
---|---|
List<Index> |
Relation.getIndexes() |
List<Index> |
Table.getIndexes() |
Modifier and Type | Method and Description |
---|---|
ForeignKey |
ForeignKey.setBackingIndex(Index backingIndex) |
PrimaryKey |
PrimaryKey.setBackingIndex(Index backingIndex) |
UniqueConstraint |
UniqueConstraint.setBackingIndex(Index backingIndex) |
Copyright © 2020 Liquibase.org. All rights reserved.