liquibase.change.core.supplier
Class DropViewChangeSupplier

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

public class DropViewChangeSupplier
extends AbstractChangeSupplier<DropViewChange>


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

DropViewChangeSupplier

public DropViewChangeSupplier()
Method Detail

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.