Package | Description |
---|---|
liquibase.command.core | |
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() |
SnapshotControl |
SnapshotControl.setWarnIfObjectNotFound(boolean warnIfObjectNotFound)
Configures the code to log a LogLevel.WARNING message if the object to be snapshotted could not be found.
|
Modifier and Type | Method and Description |
---|---|
DatabaseSnapshot |
SnapshotGeneratorFactory.createSnapshot(CatalogAndSchema[] examples,
Database database,
SnapshotControl snapshotControl)
Creates a database snapshot for a given array of catalog/schema combinations.
|
DatabaseSnapshot |
SnapshotGeneratorFactory.createSnapshot(CatalogAndSchema example,
Database database,
SnapshotControl snapshotControl) |
DatabaseSnapshot |
SnapshotGeneratorFactory.createSnapshot(DatabaseObject[] examples,
Database database,
SnapshotControl snapshotControl)
Creates a database snapshot for a given array of DatabaseObjects
|
<T extends DatabaseObject> |
SnapshotGeneratorFactory.createSnapshot(T example,
Database database,
SnapshotControl snapshotControl)
Creates a DatabaseSnapshot for a single DatabaseObject.
|
Table |
SnapshotGeneratorFactory.getDatabaseChangeLogTable(SnapshotControl snapshotControl,
Database database) |
Constructor and Description |
---|
EmptyDatabaseSnapshot(Database database,
SnapshotControl snapshotControl) |
JdbcDatabaseSnapshot(DatabaseObject[] examples,
Database database,
SnapshotControl snapshotControl) |
Copyright © 2018 Liquibase.org. All rights reserved.