Uses of Class
liquibase.snapshot.SnapshotControl

Packages that use SnapshotControl
liquibase.snapshot   
 

Uses of SnapshotControl in liquibase.snapshot
 

Methods in liquibase.snapshot that return SnapshotControl
 SnapshotControl DatabaseSnapshot.getSnapshotControl()
           
 

Methods in liquibase.snapshot with parameters of type SnapshotControl
 DatabaseSnapshot SnapshotGeneratorFactory.createSnapshot(CatalogAndSchema[] examples, Database database, SnapshotControl snapshotControl)
           
 DatabaseSnapshot SnapshotGeneratorFactory.createSnapshot(CatalogAndSchema example, Database database, SnapshotControl snapshotControl)
           
 DatabaseSnapshot SnapshotGeneratorFactory.createSnapshot(DatabaseObject[] examples, Database database, SnapshotControl snapshotControl)
           
<T extends DatabaseObject>
T
SnapshotGeneratorFactory.createSnapshot(T example, Database database, SnapshotControl snapshotControl)
           
 Table SnapshotGeneratorFactory.getDatabaseChangeLogTable(SnapshotControl snapshotControl, Database database)
           
 

Constructors in liquibase.snapshot with parameters of type SnapshotControl
EmptyDatabaseSnapshot(Database database, SnapshotControl snapshotControl)
           
JdbcDatabaseSnapshot(DatabaseObject[] examples, Database database, SnapshotControl snapshotControl)
           
 



Copyright © 2014 Liquibase.org. All Rights Reserved.