liquibase.snapshot
Class EmptyDatabaseSnapshot

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

public class EmptyDatabaseSnapshot
extends DatabaseSnapshot


Nested Class Summary
 
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
EmptyDatabaseSnapshot(Database database)
           
EmptyDatabaseSnapshot(Database database, SnapshotControl snapshotControl)
           
 
Method Summary
 
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

EmptyDatabaseSnapshot

public EmptyDatabaseSnapshot(Database database)
                      throws DatabaseException,
                             InvalidExampleException
Throws:
DatabaseException
InvalidExampleException

EmptyDatabaseSnapshot

public EmptyDatabaseSnapshot(Database database,
                             SnapshotControl snapshotControl)
                      throws DatabaseException,
                             InvalidExampleException
Throws:
DatabaseException
InvalidExampleException


Copyright © 2016 Liquibase.org. All rights reserved.