public interface ChangeSupplier<T extends Change>
Modifier and Type | Method and Description |
---|---|
void |
checkDiffResult(DiffResult diffResult,
T change) |
Collection<Change> |
getAllParameterPermutations(Database database) |
boolean |
isValid(Change change,
Database database) |
Change[] |
prepareDatabase(T change) |
Change[] |
revertDatabase(T change) |
void checkDiffResult(DiffResult diffResult, T change) throws Exception
Exception
Collection<Change> getAllParameterPermutations(Database database) throws Exception
Exception
Copyright © 2015 Liquibase.org. All rights reserved.