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