liquibase.change.core.supplier
Class DropAllForeignKeyConstraintsChangeSupplier

java.lang.Object
  extended by liquibase.sdk.supplier.change.AbstractChangeSupplier<DropAllForeignKeyConstraintsChange>
      extended by liquibase.change.core.supplier.DropAllForeignKeyConstraintsChangeSupplier
All Implemented Interfaces:
ChangeSupplier<DropAllForeignKeyConstraintsChange>

public class DropAllForeignKeyConstraintsChangeSupplier
extends AbstractChangeSupplier<DropAllForeignKeyConstraintsChange>


Constructor Summary
DropAllForeignKeyConstraintsChangeSupplier()
           
 
Method Summary
 void checkDiffResult(DiffResult diffResult, DropAllForeignKeyConstraintsChange change)
           
 Change[] prepareDatabase(DropAllForeignKeyConstraintsChange change)
           
 
Methods inherited from class liquibase.sdk.supplier.change.AbstractChangeSupplier
getAddColumnConfigSupplier, getAllParameterPermutations, getChangeName, getTestValues, isValid, revertDatabase
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DropAllForeignKeyConstraintsChangeSupplier

public DropAllForeignKeyConstraintsChangeSupplier()
Method Detail

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.