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