Package liquibase.change.custom

Interface Summary
CustomChange Interface to implement when creating a custom change.
CustomSqlChange Interface to implement when creating a custom change that generates SQL.
CustomSqlRollback Interface to implement that allows rollback of a custom sql change.
CustomTaskChange Interface to implement when creating a custom change that does not actually generate SQL.
CustomTaskRollback Interface to implement that allows rollback of a custom task change.
 

Class Summary
CustomChangeWrapper Adapts CustomChange implementations to the standard change system used by Liquibase.
 



Copyright © 2015 Liquibase.org. All rights reserved.