liquibase.change.core.supplier
Class DropForeignKeyConstraintChangeSupplier

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

public class DropForeignKeyConstraintChangeSupplier
extends AbstractChangeSupplier<DropForeignKeyConstraintChange>


Constructor Summary
DropForeignKeyConstraintChangeSupplier()
           
 
Method Summary
 void checkDiffResult(DiffResult diffResult, DropForeignKeyConstraintChange change)
           
 Change[] prepareDatabase(DropForeignKeyConstraintChange 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

DropForeignKeyConstraintChangeSupplier

public DropForeignKeyConstraintChangeSupplier()
Method Detail

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.