liquibase.change.core.supplier
Class AddPrimaryKeyChangeSupplier

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

public class AddPrimaryKeyChangeSupplier
extends AbstractChangeSupplier<AddPrimaryKeyChange>


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

AddPrimaryKeyChangeSupplier

public AddPrimaryKeyChangeSupplier()
Method Detail

prepareDatabase

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

checkDiffResult

public void checkDiffResult(DiffResult diffResult,
                            AddPrimaryKeyChange change)


Copyright © 2015 Liquibase.org. All rights reserved.