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