liquibase.snapshot
Class JdbcDatabaseSnapshot

java.lang.Object
  extended by liquibase.snapshot.DatabaseSnapshot
      extended by liquibase.snapshot.JdbcDatabaseSnapshot
All Implemented Interfaces:
LiquibaseSerializable

public class JdbcDatabaseSnapshot
extends DatabaseSnapshot


Nested Class Summary
 class JdbcDatabaseSnapshot.CachingDatabaseMetaData
           
 
Nested classes/interfaces inherited from interface liquibase.serializer.LiquibaseSerializable
LiquibaseSerializable.SerializationType
 
Field Summary
 
Fields inherited from interface liquibase.serializer.LiquibaseSerializable
GENERIC_CHANGELOG_EXTENSION_NAMESPACE, GENERIC_SNAPSHOT_EXTENSION_NAMESPACE, STANDARD_CHANGELOG_NAMESPACE, STANDARD_SNAPSHOT_NAMESPACE
 
Constructor Summary
JdbcDatabaseSnapshot(DatabaseObject[] examples, Database database)
           
JdbcDatabaseSnapshot(DatabaseObject[] examples, Database database, SnapshotControl snapshotControl)
           
 
Method Summary
 JdbcDatabaseSnapshot.CachingDatabaseMetaData getMetaData()
           
 
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, isWrongSchema, load, loadObjects, serialize, setMetadata, setSchemaComparisons, setScratchData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdbcDatabaseSnapshot

public JdbcDatabaseSnapshot(DatabaseObject[] examples,
                            Database database,
                            SnapshotControl snapshotControl)
                     throws DatabaseException,
                            InvalidExampleException
Throws:
DatabaseException
InvalidExampleException

JdbcDatabaseSnapshot

public JdbcDatabaseSnapshot(DatabaseObject[] examples,
                            Database database)
                     throws DatabaseException,
                            InvalidExampleException
Throws:
DatabaseException
InvalidExampleException
Method Detail

getMetaData

public JdbcDatabaseSnapshot.CachingDatabaseMetaData getMetaData()
                                                         throws SQLException
Throws:
SQLException


Copyright © 2016 Liquibase.org. All rights reserved.