liquibase.change.core.supplier
Class DropViewChangeSupplier
java.lang.Object
liquibase.sdk.supplier.change.AbstractChangeSupplier<DropViewChange>
liquibase.change.core.supplier.DropViewChangeSupplier
- All Implemented Interfaces:
- ChangeSupplier<DropViewChange>
public class DropViewChangeSupplier
- extends AbstractChangeSupplier<DropViewChange>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DropViewChangeSupplier
public DropViewChangeSupplier()
prepareDatabase
public Change[] prepareDatabase(DropViewChange change)
throws DatabaseException
- Throws:
DatabaseException
checkDiffResult
public void checkDiffResult(DiffResult diffResult,
DropViewChange change)
Copyright © 2015 Liquibase.org. All rights reserved.