liquibase.change.core.supplier
Class RawSQLChangeSupplier
java.lang.Object
liquibase.sdk.supplier.change.AbstractChangeSupplier<RawSQLChange>
liquibase.change.core.supplier.RawSQLChangeSupplier
- All Implemented Interfaces:
- ChangeSupplier<RawSQLChange>
public class RawSQLChangeSupplier
- extends AbstractChangeSupplier<RawSQLChange>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RawSQLChangeSupplier
public RawSQLChangeSupplier()
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.