liquibase.change.core.supplier
Class DropPrimaryKeyChangeSupplier

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

public class DropPrimaryKeyChangeSupplier
extends AbstractChangeSupplier<DropPrimaryKeyChange>


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

DropPrimaryKeyChangeSupplier

public DropPrimaryKeyChangeSupplier()
Method Detail

prepareDatabase

public Change[] prepareDatabase(DropPrimaryKeyChange change)
                         throws DatabaseException
Throws:
DatabaseException

checkDiffResult

public void checkDiffResult(DiffResult diffResult,
                            DropPrimaryKeyChange change)


Copyright © 2015 Liquibase.org. All rights reserved.