liquibase.change.core.supplier
Class DropIndexChangeSupplier
java.lang.Object
liquibase.sdk.supplier.change.AbstractChangeSupplier<DropIndexChange>
liquibase.change.core.supplier.DropIndexChangeSupplier
- All Implemented Interfaces:
- ChangeSupplier<DropIndexChange>
public class DropIndexChangeSupplier
- extends AbstractChangeSupplier<DropIndexChange>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DropIndexChangeSupplier
public DropIndexChangeSupplier()
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.