liquibase.change.custom
Interface CustomTaskRollback


public interface CustomTaskRollback


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

Method Detail

rollback

void rollback(Database database)
              throws CustomChangeException,
                     UnsupportedChangeException,
                     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
UnsupportedChangeException - if this change is not supported by the Database passed as argument
RollbackImpossibleException - if rollback is not supported for this change


Copyright © 2012 Liquibase.org. All Rights Reserved.