Uses of Class
liquibase.exception.RollbackImpossibleException

Packages that use RollbackImpossibleException
liquibase.change The change package contains the available database "changes". 
liquibase.change.core   
liquibase.change.custom   
liquibase.database   
liquibase.sdk.database   
 

Uses of RollbackImpossibleException in liquibase.change
 

Methods in liquibase.change that throw RollbackImpossibleException
 SqlStatement[] Change.generateRollbackStatements(Database database)
          Generates the SqlStatement objects that would roll back the change.
 SqlStatement[] AbstractChange.generateRollbackStatements(Database database)
          Implementation relies on value returned from AbstractChange.createInverses().
 

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)
          Finishes configuring the CustomChange based on the values passed to CustomChangeWrapper.setParam(String, String) then calls CustomSqlRollback.generateRollbackStatements(liquibase.database.Database) or CustomTaskRollback.rollback(liquibase.database.Database) depending on the CustomChange implementation.
 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 AbstractJdbcDatabase.executeRollbackStatements(Change change, List<SqlVisitor> sqlVisitors)
           
 void Database.executeRollbackStatements(Change change, List<SqlVisitor> sqlVisitors)
           
 void AbstractJdbcDatabase.executeRollbackStatements(SqlStatement[] statements, List<SqlVisitor> sqlVisitors)
           
 void Database.executeRollbackStatements(SqlStatement[] statements, List<SqlVisitor> sqlVisitors)
           
 void AbstractJdbcDatabase.saveRollbackStatement(Change change, List<SqlVisitor> sqlVisitors, Writer writer)
           
 void Database.saveRollbackStatement(Change change, List<SqlVisitor> sqlVisitors, Writer writer)
           
 

Uses of RollbackImpossibleException in liquibase.sdk.database
 

Methods in liquibase.sdk.database that throw RollbackImpossibleException
 void MockDatabase.executeRollbackStatements(Change change, List<SqlVisitor> sqlVisitors)
           
 void MockDatabase.executeRollbackStatements(SqlStatement[] statements, List<SqlVisitor> sqlVisitors)
           
 void MockDatabase.saveRollbackStatement(Change change, List<SqlVisitor> sqlVisitors, Writer writer)
           
 



Copyright © 2016 Liquibase.org. All rights reserved.