Definition at line 14 of file CustomSqlRollback.java.
Public Member Functions | |
| SqlStatement[] | generateRollbackStatements (Database database) throws CustomChangeException, UnsupportedChangeException, RollbackImpossibleException |
| Generates the SQL statements required to roll back the change. | |
| SqlStatement [] liquibase.change.custom.CustomSqlRollback.generateRollbackStatements | ( | Database | database | ) | throws CustomChangeException, UnsupportedChangeException, RollbackImpossibleException |
Generates the SQL statements required to roll back the change.
| database | the target liquibase.database.Database associated to this change's rollback statements |
| liquibase.exception.CustomChangeException | if an exception occurs while processing this rollback | |
| liquibase.exception.UnsupportedChangeException | if this change is not supported by the liquibase.database.Database passed as argument | |
| liquibase.exception.RollbackImpossibleException | if rollback is not supported for this change |