liquibase.diff
Interface DiffGenerator
- All Superinterfaces:
- PrioritizedService
- All Known Implementing Classes:
- StandardDiffGenerator
public interface DiffGenerator
- extends PrioritizedService
compare
DiffResult compare(DatabaseSnapshot referenceSnapshot,
DatabaseSnapshot comparisonSnapshot,
CompareControl compareControl)
throws DatabaseException
- Throws:
DatabaseException
supports
boolean supports(Database referenceDatabase,
Database comparisonDatabase)
Copyright © 2014 Liquibase.org. All rights reserved.