liquibase.snapshot
Class JdbcDatabaseSnapshot

java.lang.Object
  extended by liquibase.snapshot.DatabaseSnapshot
      extended by liquibase.snapshot.JdbcDatabaseSnapshot

public class JdbcDatabaseSnapshot
extends DatabaseSnapshot


Nested Class Summary
 class JdbcDatabaseSnapshot.CachedRow
           
 class JdbcDatabaseSnapshot.CachingDatabaseMetaData
           
 
Constructor Summary
JdbcDatabaseSnapshot(Database database)
           
JdbcDatabaseSnapshot(SnapshotControl snapshotControl, Database database)
           
 
Method Summary
 JdbcDatabaseSnapshot.CachingDatabaseMetaData getMetaData()
           
protected  boolean shouldCacheAllTableColumns()
           
 
Methods inherited from class liquibase.snapshot.DatabaseSnapshot
get, get, getDatabase, getSnapshotControl, include
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdbcDatabaseSnapshot

public JdbcDatabaseSnapshot(SnapshotControl snapshotControl,
                            Database database)

JdbcDatabaseSnapshot

public JdbcDatabaseSnapshot(Database database)
Method Detail

getMetaData

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

shouldCacheAllTableColumns

protected boolean shouldCacheAllTableColumns()


Copyright © 2013 Liquibase.org. All Rights Reserved.