liquibase.change.core.supplier
Class DropDefaultValueChangeSupplier

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

public class DropDefaultValueChangeSupplier
extends AbstractChangeSupplier<DropDefaultValueChange>


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

DropDefaultValueChangeSupplier

public DropDefaultValueChangeSupplier()
Method Detail

prepareDatabase

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

checkDiffResult

public void checkDiffResult(DiffResult diffResult,
                            DropDefaultValueChange change)


Copyright © 2015 Liquibase.org. All rights reserved.