liquibase.change.core.supplier
Class DropForeignKeyConstraintChangeSupplier
java.lang.Object
liquibase.sdk.supplier.change.AbstractChangeSupplier<DropForeignKeyConstraintChange>
liquibase.change.core.supplier.DropForeignKeyConstraintChangeSupplier
- All Implemented Interfaces:
- ChangeSupplier<DropForeignKeyConstraintChange>
public class DropForeignKeyConstraintChangeSupplier
- extends AbstractChangeSupplier<DropForeignKeyConstraintChange>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DropForeignKeyConstraintChangeSupplier
public DropForeignKeyConstraintChangeSupplier()
prepareDatabase
public Change[] prepareDatabase(DropForeignKeyConstraintChange change)
throws DatabaseException
- Throws:
DatabaseException
checkDiffResult
public void checkDiffResult(DiffResult diffResult,
DropForeignKeyConstraintChange change)
Copyright © 2015 Liquibase.org. All rights reserved.