Uses of Interface
liquibase.change.custom.CustomChange

Packages that use CustomChange
liquibase.change.custom   
 

Uses of CustomChange in liquibase.change.custom
 

Subinterfaces of CustomChange in liquibase.change.custom
 interface CustomSqlChange
          Interface to implement when creating a custom change that generates SQL.
 interface CustomTaskChange
          Interface to implement when creating a custom change that does not actually generate SQL.
 

Methods in liquibase.change.custom that return CustomChange
 CustomChange CustomChangeWrapper.getCustomChange()
          Return the CustomChange instance created by the call to CustomChangeWrapper.setClass(String).
 



Copyright © 2016 Liquibase.org. All rights reserved.