liquibase.change.core.supplier
Class DropIndexChangeSupplier

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

public class DropIndexChangeSupplier
extends AbstractChangeSupplier<DropIndexChange>


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

DropIndexChangeSupplier

public DropIndexChangeSupplier()
Method Detail

prepareDatabase

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

checkDiffResult

public void checkDiffResult(DiffResult diffResult,
                            DropIndexChange change)


Copyright © 2015 Liquibase.org. All rights reserved.