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