Uses of Class
liquibase.exception.RollbackImpossibleException

Packages that use RollbackImpossibleException
liquibase.change   
liquibase.change.core   
liquibase.change.custom   
liquibase.database   
 

Uses of RollbackImpossibleException in liquibase.change
 

Methods in liquibase.change that throw RollbackImpossibleException
 SqlStatement[] AbstractChange.generateRollbackStatements(Database database)
           
 SqlStatement[] Change.generateRollbackStatements(Database database)
          Generates the SQL statements required to roll back the change
 

Uses of RollbackImpossibleException in liquibase.change.core
 

Methods in liquibase.change.core that throw RollbackImpossibleException
 SqlStatement[] LoadUpdateDataChange.generateRollbackStatements(Database database)
           
 

Uses of RollbackImpossibleException in liquibase.change.custom
 

Methods in liquibase.change.custom that throw RollbackImpossibleException
 SqlStatement[] CustomSqlRollback.generateRollbackStatements(Database database)
          Generates the SQL statements required to roll back the change
 SqlStatement[] CustomChangeWrapper.generateRollbackStatements(Database database)
           
 void CustomTaskRollback.rollback(Database database)
          Method called to rollback the change.
 

Uses of RollbackImpossibleException in liquibase.database
 

Methods in liquibase.database that throw RollbackImpossibleException
 void AbstractDatabase.executeRollbackStatements(Change change, List<SqlVisitor> sqlVisitors)
           
 void Database.executeRollbackStatements(Change change, List<SqlVisitor> sqlVisitors)
           
 void AbstractDatabase.saveRollbackStatement(Change change, List<SqlVisitor> sqlVisitors, Writer writer)
           
 void Database.saveRollbackStatement(Change change, List<SqlVisitor> sqlVisitors, Writer writer)
           
 



Copyright © 2016 Liquibase.org. All Rights Reserved.