liquibase.change.core.supplier
Class EmptyChangeSupplier
java.lang.Object
liquibase.sdk.supplier.change.AbstractChangeSupplier<EmptyChange>
liquibase.change.core.supplier.EmptyChangeSupplier
- All Implemented Interfaces:
- ChangeSupplier<EmptyChange>
public class EmptyChangeSupplier
- extends AbstractChangeSupplier<EmptyChange>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmptyChangeSupplier
public EmptyChangeSupplier()
prepareDatabase
public Change[] prepareDatabase(EmptyChange change)
throws Exception
- Throws:
Exception
checkDiffResult
public void checkDiffResult(DiffResult diffResult,
EmptyChange change)
throws Exception
- Throws:
Exception
Copyright © 2015 Liquibase.org. All rights reserved.