liquibase.change.core.supplier
Class AddAutoIncrementChangeSupplier

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

public class AddAutoIncrementChangeSupplier
extends AbstractChangeSupplier<AddAutoIncrementChange>


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

AddAutoIncrementChangeSupplier

public AddAutoIncrementChangeSupplier()
Method Detail

prepareDatabase

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

checkDiffResult

public void checkDiffResult(DiffResult diffResult,
                            AddAutoIncrementChange change)


Copyright © 2015 Liquibase.org. All rights reserved.