public class JdbcDatabaseSnapshot extends DatabaseSnapshot
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcDatabaseSnapshot.CachingDatabaseMetaData |
LiquibaseSerializable.SerializationTypeGENERIC_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() |
createGeneratorChain, get, get, getDatabase, getResultSetCache, getSerializableFieldNamespace, getSerializableFields, getSerializableFieldType, getSerializableFieldValue, getSerializedObjectName, getSerializedObjectNamespace, getSnapshotControl, include, init, isWrongSchema, load, loadObjects, serializepublic 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
SQLExceptionCopyright © 2015 Liquibase.org. All rights reserved.