liquibase.diff.output.changelog
Interface UnexpectedObjectChangeGenerator

All Superinterfaces:
ChangeGenerator
All Known Implementing Classes:
UnexpectedColumnChangeGenerator, UnexpectedForeignKeyChangeGenerator, UnexpectedIndexChangeGenerator, UnexpectedPrimaryKeyChangeGenerator, UnexpectedSequenceChangeGenerator, UnexpectedTableChangeGenerator, UnexpectedUniqueConstraintChangeGenerator, UnexpectedViewChangeGenerator

public interface UnexpectedObjectChangeGenerator
extends ChangeGenerator


Field Summary
 
Fields inherited from interface liquibase.diff.output.changelog.ChangeGenerator
PRIORITY_ADDITIONAL, PRIORITY_DATABASE, PRIORITY_DEFAULT, PRIORITY_NONE
 
Method Summary
 Change[] fixUnexpected(DatabaseObject unexpectedObject, DiffOutputControl control, Database referenceDatabase, Database comparisionDatabase, ChangeGeneratorChain chain)
           
 
Methods inherited from interface liquibase.diff.output.changelog.ChangeGenerator
getPriority, runAfterTypes, runBeforeTypes
 

Method Detail

fixUnexpected

Change[] fixUnexpected(DatabaseObject unexpectedObject,
                       DiffOutputControl control,
                       Database referenceDatabase,
                       Database comparisionDatabase,
                       ChangeGeneratorChain chain)


Copyright © 2015 Liquibase.org. All rights reserved.