liquibase.change.core.supplier
Class RawSQLChangeSupplier

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

public class RawSQLChangeSupplier
extends AbstractChangeSupplier<RawSQLChange>


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

RawSQLChangeSupplier

public RawSQLChangeSupplier()
Method Detail

prepareDatabase

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

checkDiffResult

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


Copyright © 2015 Liquibase.org. All rights reserved.