liquibase.change.custom
Interface CustomTaskRollback


public interface CustomTaskRollback

Interface to implement that allows rollback of a custom task change.

See Also:
CustomTaskChange

Method Summary
 void rollback(Database database)
          Method called to rollback the change.
 

Method Detail

rollback

void rollback(Database database)
              throws CustomChangeException,
                     RollbackImpossibleException
Method called to rollback the change.

Parameters:
database - Database the change is being executed against.
Throws:
CustomChangeException - an exception occurs while processing this rollback
RollbackImpossibleException - if rollback is not supported for this change


Copyright © 2016 Liquibase.org. All rights reserved.