Package liquibase.diff
Interface DiffGenerator
- All Superinterfaces:
PrioritizedService
- All Known Implementing Classes:
StandardDiffGenerator
-
Field Summary
Fields inherited from interface liquibase.servicelocator.PrioritizedService
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT
-
Method Summary
Modifier and TypeMethodDescriptioncompare
(DatabaseSnapshot referenceSnapshot, DatabaseSnapshot comparisonSnapshot, CompareControl compareControl) boolean
Methods inherited from interface liquibase.servicelocator.PrioritizedService
getPriority
-
Method Details
-
compare
DiffResult compare(DatabaseSnapshot referenceSnapshot, DatabaseSnapshot comparisonSnapshot, CompareControl compareControl) throws DatabaseException - Throws:
DatabaseException
-
supports
-