liquibase.change.core.supplier
Class SQLFileChangeSupplier

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

public class SQLFileChangeSupplier
extends AbstractChangeSupplier<SQLFileChange>


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

SQLFileChangeSupplier

public SQLFileChangeSupplier()
Method Detail

prepareDatabase

public Change[] prepareDatabase(SQLFileChange change)
                         throws Exception
Throws:
Exception

checkDiffResult

public void checkDiffResult(DiffResult diffResult,
                            SQLFileChange change)
                     throws Exception
Throws:
Exception


Copyright © 2015 Liquibase.org. All rights reserved.