liquibase.diff
Interface DiffGenerator

All Superinterfaces:
PrioritizedService
All Known Implementing Classes:
StandardDiffGenerator

public interface DiffGenerator
extends PrioritizedService


Field Summary
 
Fields inherited from interface liquibase.servicelocator.PrioritizedService
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT
 
Method Summary
 DiffResult compare(DatabaseSnapshot referenceSnapshot, DatabaseSnapshot comparisonSnapshot, CompareControl compareControl)
           
 boolean supports(Database referenceDatabase, Database comparisonDatabase)
           
 
Methods inherited from interface liquibase.servicelocator.PrioritizedService
getPriority
 

Method Detail

compare

DiffResult compare(DatabaseSnapshot referenceSnapshot,
                   DatabaseSnapshot comparisonSnapshot,
                   CompareControl compareControl)
                   throws DatabaseException
Throws:
DatabaseException

supports

boolean supports(Database referenceDatabase,
                 Database comparisonDatabase)


Copyright © 2016 Liquibase.org. All rights reserved.