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 |
PrimaryKey.getBackingIndex() |
Index |
ForeignKey.getBackingIndex() |
Index |
UniqueConstraint.getBackingIndex() |
Index |
Index.setClustered(Boolean clustered) |
Index |
Index.setColumns(List<Column> columns) |
Index |
Index.setName(String name) |
Index |
Index.setTable(Relation table) |
Index |
Index.setTablespace(String tablespace) |
Index |
Index.setUnique(Boolean value) |
Modifier and Type | Method and Description |
---|---|
List<Index> |
Table.getIndexes() |
List<Index> |
Relation.getIndexes() |
Modifier and Type | Method and Description |
---|---|
PrimaryKey |
PrimaryKey.setBackingIndex(Index backingIndex) |
ForeignKey |
ForeignKey.setBackingIndex(Index backingIndex) |
UniqueConstraint |
UniqueConstraint.setBackingIndex(Index backingIndex) |
Copyright © 2018 Liquibase.org. All rights reserved.