Package | Description |
---|---|
liquibase.command | |
liquibase.diff | |
liquibase.snapshot |
Modifier and Type | Method and Description |
---|---|
SnapshotControl |
DiffCommand.getReferenceSnapshotControl() |
SnapshotControl |
DiffCommand.getTargetSnapshotControl() |
Modifier and Type | Method and Description |
---|---|
DiffCommand |
DiffCommand.setReferenceSnapshotControl(SnapshotControl referenceSnapshotControl) |
DiffCommand |
DiffCommand.setTargetSnapshotControl(SnapshotControl targetSnapshotControl) |
Modifier and Type | Method and Description |
---|---|
DiffResult |
DiffGeneratorFactory.compare(Database referenceDatabase,
Database comparisonDatabase,
SnapshotControl referenceSnapshotControl,
SnapshotControl comparisonSnapshotControl,
CompareControl compareControl) |
Modifier and Type | Method and Description |
---|---|
SnapshotControl |
DatabaseSnapshot.getSnapshotControl() |
Modifier and Type | Method and Description |
---|---|
DatabaseSnapshot |
SnapshotGeneratorFactory.createSnapshot(CatalogAndSchema[] examples,
Database database,
SnapshotControl snapshotControl) |
DatabaseSnapshot |
SnapshotGeneratorFactory.createSnapshot(CatalogAndSchema example,
Database database,
SnapshotControl snapshotControl) |
DatabaseSnapshot |
SnapshotGeneratorFactory.createSnapshot(DatabaseObject[] examples,
Database database,
SnapshotControl snapshotControl) |
<T extends DatabaseObject> |
SnapshotGeneratorFactory.createSnapshot(T example,
Database database,
SnapshotControl snapshotControl) |
Table |
SnapshotGeneratorFactory.getDatabaseChangeLogTable(SnapshotControl snapshotControl,
Database database) |
Constructor and Description |
---|
EmptyDatabaseSnapshot(Database database,
SnapshotControl snapshotControl) |
JdbcDatabaseSnapshot(DatabaseObject[] examples,
Database database,
SnapshotControl snapshotControl) |
Copyright © 2017 Liquibase.org. All rights reserved.