public interface CustomSqlRollback
CustomSqlChange| Modifier and Type | Method and Description |
|---|---|
SqlStatement[] |
generateRollbackStatements(Database database)
Generates the SQL statements required to roll back the change
|
SqlStatement[] generateRollbackStatements(Database database) throws CustomChangeException, RollbackImpossibleException
database - the target Database associated to this change's rollback statementsSqlStatements with the rollback statementsCustomChangeException - if an exception occurs while processing this rollbackRollbackImpossibleException - if rollback is not supported for this changeCopyright © 2018 Liquibase.org. All rights reserved.