public class JdbcDatabaseSnapshot extends DatabaseSnapshot
Modifier and Type | Class and Description |
---|---|
class |
JdbcDatabaseSnapshot.CachingDatabaseMetaData |
LiquibaseSerializable.SerializationType
GENERIC_CHANGELOG_EXTENSION_NAMESPACE, GENERIC_SNAPSHOT_EXTENSION_NAMESPACE, STANDARD_CHANGELOG_NAMESPACE, STANDARD_SNAPSHOT_NAMESPACE
Constructor and Description |
---|
JdbcDatabaseSnapshot(DatabaseObject[] examples,
Database database) |
JdbcDatabaseSnapshot(DatabaseObject[] examples,
Database database,
SnapshotControl snapshotControl) |
Modifier and Type | Method and Description |
---|---|
JdbcDatabaseSnapshot.CachingDatabaseMetaData |
getMetaData() |
get, get, getDatabase, getResultSetCache, getSerializableFields, getSerializableFieldType, getSerializableFieldValue, getSerializedObjectName, getSerializedObjectNamespace, getSnapshotControl, include
public JdbcDatabaseSnapshot(DatabaseObject[] examples, Database database, SnapshotControl snapshotControl) throws DatabaseException, InvalidExampleException
public JdbcDatabaseSnapshot(DatabaseObject[] examples, Database database) throws DatabaseException, InvalidExampleException
public JdbcDatabaseSnapshot.CachingDatabaseMetaData getMetaData() throws SQLException
SQLException
Copyright © 2017 Liquibase.org. All rights reserved.