liquibase.change.core.supplier
Class DropColumnChangeSupplier

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

public class DropColumnChangeSupplier
extends AbstractChangeSupplier<DropColumnChange>


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

DropColumnChangeSupplier

public DropColumnChangeSupplier()
Method Detail

prepareDatabase

public Change[] prepareDatabase(DropColumnChange change)
                         throws Exception
Throws:
Exception

checkDiffResult

public void checkDiffResult(DiffResult diffResult,
                            DropColumnChange change)


Copyright © 2015 Liquibase.org. All rights reserved.