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