Package liquibase.snapshot
Class RestoredDatabaseSnapshot
java.lang.Object
liquibase.snapshot.DatabaseSnapshot
liquibase.snapshot.RestoredDatabaseSnapshot
- 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
-
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
-
RestoredDatabaseSnapshot
public RestoredDatabaseSnapshot(Database database) throws DatabaseException, InvalidExampleException
-