liquibase.change.core.supplier
Class DropTableChangeSupplier

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

public class DropTableChangeSupplier
extends AbstractChangeSupplier<DropTableChange>


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

DropTableChangeSupplier

public DropTableChangeSupplier()
Method Detail

prepareDatabase

public Change[] prepareDatabase(DropTableChange change)
                         throws DatabaseException
Throws:
DatabaseException

checkDiffResult

public void checkDiffResult(DiffResult diffResult,
                            DropTableChange change)


Copyright © 2015 Liquibase.org. All rights reserved.