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