Uses of Class
liquibase.exception.StatementNotSupportedOnDatabaseException

Packages that use StatementNotSupportedOnDatabaseException
liquibase.database   
 

Uses of StatementNotSupportedOnDatabaseException in liquibase.database
 

Methods in liquibase.database that throw StatementNotSupportedOnDatabaseException
 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)
           
 



Copyright © 2012 Liquibase.org. All Rights Reserved.