Uses of Class
liquibase.snapshot.SnapshotControl
-
Uses of SnapshotControl in liquibase.command.core
Modifier and TypeFieldDescriptionstatic final CommandArgumentDefinition<SnapshotControl>
DiffCommandStep.REFERENCE_SNAPSHOT_CONTROL_ARG
static final CommandArgumentDefinition<SnapshotControl>
InternalSnapshotCommandStep.SNAPSHOT_CONTROL_ARG
static final CommandArgumentDefinition<SnapshotControl>
SnapshotCommandStep.SNAPSHOT_CONTROL_ARG
static final CommandArgumentDefinition<SnapshotControl>
SnapshotReferenceCommandStep.SNAPSHOT_CONTROL_ARG
static final CommandArgumentDefinition<SnapshotControl>
DiffCommandStep.TARGET_SNAPSHOT_CONTROL_ARG
Modifier and TypeMethodDescriptionprotected SnapshotControl
SnapshotCommandStep.createSnapshotControl
(CommandScope commandScope, Database database) protected SnapshotControl
SnapshotReferenceCommandStep.createSnapshotControl
(CommandScope commandScope, Database database) DiffCommand.getReferenceSnapshotControl()
Deprecated.DropAllCommandStep.getSnapshotControl
(CommandScope commandScope, Database database) DiffCommand.getTargetSnapshotControl()
Deprecated.Modifier and TypeMethodDescriptionDiffCommand.setReferenceSnapshotControl
(SnapshotControl referenceSnapshotControl) Deprecated.DiffCommand.setTargetSnapshotControl
(SnapshotControl targetSnapshotControl) Deprecated. -
Uses of SnapshotControl in liquibase.database
Modifier and TypeMethodDescriptiondefault void
Database.dropDatabaseObjects
(CatalogAndSchema schemaToDrop, SnapshotControl snapshotControl) -
Uses of SnapshotControl in liquibase.diff
Modifier and TypeMethodDescriptionDiffGeneratorFactory.compare
(Database referenceDatabase, Database comparisonDatabase, SnapshotControl referenceSnapshotControl, SnapshotControl comparisonSnapshotControl, CompareControl compareControl) -
Uses of SnapshotControl in liquibase.snapshot
Modifier and TypeMethodDescriptionDatabaseSnapshot.getSnapshotControl()
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 TypeMethodDescriptionSnapshotGeneratorFactory.createSnapshot
(CatalogAndSchema[] examples, Database database, SnapshotControl snapshotControl) Creates a database snapshot for a given array of catalog/schema combinations.SnapshotGeneratorFactory.createSnapshot
(CatalogAndSchema example, Database database, SnapshotControl snapshotControl) SnapshotGeneratorFactory.createSnapshot
(DatabaseObject[] examples, Database database, SnapshotControl snapshotControl) Creates a database snapshot for a given array of DatabaseObjects<T extends DatabaseObject>
TSnapshotGeneratorFactory.createSnapshot
(T example, Database database, SnapshotControl snapshotControl) Creates a DatabaseSnapshot for a single DatabaseObject.SnapshotGeneratorFactory.getDatabaseChangeLogTable
(SnapshotControl snapshotControl, Database database) ModifierConstructorDescriptionEmptyDatabaseSnapshot
(Database database, SnapshotControl snapshotControl) JdbcDatabaseSnapshot
(DatabaseObject[] examples, Database database, SnapshotControl snapshotControl)