| Package | Description |
|---|---|
| liquibase.snapshot | |
| liquibase.snapshot.jvm | |
| liquibase.sqlgenerator.core | |
| liquibase.structure.core |
| Modifier and Type | Method and Description |
|---|---|
Table |
SnapshotGeneratorFactory.getDatabaseChangeLogLockTable(Database database) |
Table |
SnapshotGeneratorFactory.getDatabaseChangeLogTable(SnapshotControl snapshotControl,
Database database) |
| Modifier and Type | Method and Description |
|---|---|
protected Table |
TableSnapshotGenerator.readTable(CachedRow tableMetadataResultSet,
Database database) |
| Modifier and Type | Method and Description |
|---|---|
protected List<CachedRow> |
UniqueConstraintSnapshotGenerator.listConstraints(Table table,
DatabaseSnapshot snapshot,
Schema schema) |
| Modifier and Type | Method and Description |
|---|---|
protected Table |
InsertOrUpdateGenerator.getAffectedTable(InsertOrUpdateStatement insertOrUpdateStatement) |
| Modifier and Type | Method and Description |
|---|---|
Table |
ForeignKey.getForeignKeyTable() |
Table |
ForeignKey.getPrimaryKeyTable() |
Table |
Data.getTable() |
Table |
Index.getTable() |
Table |
PrimaryKey.getTable() |
Table |
UniqueConstraint.getTable() |
Table |
Table.setName(String name) |
| Modifier and Type | Method and Description |
|---|---|
ForeignKey |
ForeignKey.setForeignKeyTable(Table foreignKeyTable) |
ForeignKey |
ForeignKey.setPrimaryKeyTable(Table primaryKeyTable) |
Data |
Data.setTable(Table table) |
Index |
Index.setTable(Table table) |
PrimaryKey |
PrimaryKey.setTable(Table table) |
UniqueConstraint |
UniqueConstraint.setTable(Table table) |
Copyright © 2018 Liquibase.org. All rights reserved.