Package liquibase.snapshot
Class JdbcDatabaseSnapshot
java.lang.Object
liquibase.snapshot.DatabaseSnapshot
liquibase.snapshot.JdbcDatabaseSnapshot
- 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
ConstructorDescriptionJdbcDatabaseSnapshot
(DatabaseObject[] examples, Database database) JdbcDatabaseSnapshot
(DatabaseObject[] examples, Database database, SnapshotControl snapshotControl) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class liquibase.snapshot.DatabaseSnapshot
clone, createGeneratorChain, get, get, getDatabase, getResultSetCache, getScratchData, getSerializableFieldNamespace, getSerializableFields, getSerializableFieldType, getSerializableFieldValue, getSerializedObjectName, getSerializedObjectNamespace, getSnapshotControl, include, init, isWrongCatalog, isWrongSchema, load, loadObjects, merge, serialize, setScratchData
-
Constructor Details
-
JdbcDatabaseSnapshot
public JdbcDatabaseSnapshot(DatabaseObject[] examples, Database database, SnapshotControl snapshotControl) throws DatabaseException, InvalidExampleException -
JdbcDatabaseSnapshot
public JdbcDatabaseSnapshot(DatabaseObject[] examples, Database database) throws DatabaseException, InvalidExampleException
-
-
Method Details
-
getMetaDataFromCache
- Throws:
SQLException
-