Uses of Class
liquibase.snapshot.SnapshotControl

Packages that use SnapshotControl
liquibase.command   
liquibase.diff   
liquibase.snapshot   
 

Uses of SnapshotControl in liquibase.command
 

Methods in liquibase.command that return SnapshotControl
 SnapshotControl DiffCommand.getReferenceSnapshotControl()
           
 SnapshotControl DiffCommand.getTargetSnapshotControl()
           
 

Methods in liquibase.command with parameters of type SnapshotControl
 DiffCommand DiffCommand.setReferenceSnapshotControl(SnapshotControl referenceSnapshotControl)
           
 DiffCommand DiffCommand.setTargetSnapshotControl(SnapshotControl targetSnapshotControl)
           
 

Uses of SnapshotControl in liquibase.diff
 

Methods in liquibase.diff with parameters of type SnapshotControl
 DiffResult DiffGeneratorFactory.compare(Database referenceDatabase, Database comparisonDatabase, SnapshotControl referenceSnapshotControl, SnapshotControl comparisonSnapshotControl, CompareControl compareControl)
           
 

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 © 2016 Liquibase.org. All rights reserved.