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