| Package | Description |
|---|---|
| liquibase.database.core | |
| 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 |
CreateIndexGenerator.getAffectedIndex(CreateIndexStatement statement) |
protected Index |
DropIndexGenerator.getAffectedIndex(DropIndexStatement statement) |
| Modifier and Type | Method and Description |
|---|---|
Index |
Index.addColumn(String column) |
Index |
UniqueConstraint.getBackingIndex() |
Index |
PrimaryKey.getBackingIndex() |
Index |
ForeignKey.getBackingIndex() |
Index |
Index.setColumns(String columns) |
Index |
Index.setFilterCondition(String filterCondition) |
Index |
Index.setName(String name) |
Index |
Index.setTable(Table table) |
Index |
Index.setTablespace(String tablespace) |
Index |
Index.setUnique(Boolean value) |
| Modifier and Type | Method and Description |
|---|---|
List<Index> |
Table.getIndexes() |
| Modifier and Type | Method and Description |
|---|---|
UniqueConstraint |
UniqueConstraint.setBackingIndex(Index backingIndex) |
PrimaryKey |
PrimaryKey.setBackingIndex(Index backingIndex) |
ForeignKey |
ForeignKey.setBackingIndex(Index backingIndex) |
Copyright © 2014 Liquibase.org. All rights reserved.