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