Uses of Class
liquibase.exception.UnsupportedChangeException

Packages that use UnsupportedChangeException
liquibase.change   
liquibase.change.core   
liquibase.change.custom   
liquibase.changelog   
liquibase.database   
liquibase.database.core   
 

Uses of UnsupportedChangeException in liquibase.change
 

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

Uses of UnsupportedChangeException in liquibase.change.core
 

Methods in liquibase.change.core that throw UnsupportedChangeException
 SqlStatement[] LoadUpdateDataChange.generateRollbackStatements(Database database)
           
 SqlStatement[] MergeColumnChange.generateStatements(DerbyDatabase database)
           
 

Uses of UnsupportedChangeException in liquibase.change.custom
 

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

Uses of UnsupportedChangeException in liquibase.changelog
 

Methods in liquibase.changelog that throw UnsupportedChangeException
 void ChangeSet.addRollbackChange(Change change)
           
 

Uses of UnsupportedChangeException in liquibase.database
 

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

Uses of UnsupportedChangeException in liquibase.database.core
 

Methods in liquibase.database.core that throw UnsupportedChangeException
static List<SqlStatement> SQLiteDatabase.getAlterTableStatements(SQLiteDatabase.AlterTableVisitor alterTableVisitor, Database database, String schemaName, String tableName)
           
 



Copyright © 2012 Liquibase.org. All Rights Reserved.