Package liquibase.snapshot
Class EmptyDatabaseSnapshot
java.lang.Object
liquibase.snapshot.DatabaseSnapshot
liquibase.snapshot.EmptyDatabaseSnapshot
- All Implemented Interfaces:
LiquibaseSerializable
-
Nested Class Summary
Nested classes/interfaces inherited from interface liquibase.serializer.LiquibaseSerializable
LiquibaseSerializable.SerializationType
-
Field Summary
Fields inherited from class liquibase.snapshot.DatabaseSnapshot
ALL_CATALOGS_STRING_SCRATCH_KEY
Fields inherited from interface liquibase.serializer.LiquibaseSerializable
GENERIC_CHANGELOG_EXTENSION_NAMESPACE, GENERIC_SNAPSHOT_EXTENSION_NAMESPACE, STANDARD_CHANGELOG_NAMESPACE, STANDARD_SNAPSHOT_NAMESPACE
-
Constructor Summary
ConstructorDescriptionEmptyDatabaseSnapshot
(Database database) EmptyDatabaseSnapshot
(Database database, SnapshotControl snapshotControl) -
Method Summary
Methods inherited from class liquibase.snapshot.DatabaseSnapshot
clone, createGeneratorChain, get, get, getDatabase, getMetadata, getResultSetCache, getSchemaComparisons, getScratchData, getSerializableFieldNamespace, getSerializableFields, getSerializableFieldType, getSerializableFieldValue, getSerializedObjectName, getSerializedObjectNamespace, getSnapshotControl, include, init, isWrongCatalog, isWrongSchema, load, loadObjects, merge, serialize, setMetadata, setSchemaComparisons, setScratchData
-
Constructor Details
-
EmptyDatabaseSnapshot
-
EmptyDatabaseSnapshot
public EmptyDatabaseSnapshot(Database database, SnapshotControl snapshotControl) throws DatabaseException, InvalidExampleException
-