public class DropAllForeignKeyConstraintsChangeSupplier extends AbstractChangeSupplier<DropAllForeignKeyConstraintsChange>
Constructor and Description |
---|
DropAllForeignKeyConstraintsChangeSupplier() |
Modifier and Type | Method and Description |
---|---|
void |
checkDiffResult(DiffResult diffResult,
DropAllForeignKeyConstraintsChange change) |
Change[] |
prepareDatabase(DropAllForeignKeyConstraintsChange change) |
getAddColumnConfigSupplier, getAllParameterPermutations, getChangeName, getTestValues, isValid, revertDatabase
public DropAllForeignKeyConstraintsChangeSupplier()
public Change[] prepareDatabase(DropAllForeignKeyConstraintsChange change) throws DatabaseException
DatabaseException
public void checkDiffResult(DiffResult diffResult, DropAllForeignKeyConstraintsChange change)
Copyright © 2014 Liquibase.org. All rights reserved.