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() |
clone, createGeneratorChain, get, get, getDatabase, getMetadata, getResultSetCache, getSchemaComparisons, getScratchData, getSerializableFieldNamespace, getSerializableFields, getSerializableFieldType, getSerializableFieldValue, getSerializedObjectName, getSerializedObjectNamespace, getSnapshotControl, include, init, isWrongCatalog, isWrongSchema, load, loadObjects, serialize, setMetadata, setSchemaComparisons, setScratchDatapublic 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 © 2018 Liquibase.org. All rights reserved.