Uses of Class
liquibase.exception.StatementNotSupportedOnDatabaseException

Packages that use StatementNotSupportedOnDatabaseException
liquibase.database   
liquibase.sdk.database   
 

Uses of StatementNotSupportedOnDatabaseException in liquibase.database
 

Methods in liquibase.database that throw StatementNotSupportedOnDatabaseException
 void AbstractJdbcDatabase.saveRollbackStatement(Change change, List<SqlVisitor> sqlVisitors, Writer writer)
           
 void Database.saveRollbackStatement(Change change, List<SqlVisitor> sqlVisitors, Writer writer)
           
 void AbstractJdbcDatabase.saveStatements(Change change, List<SqlVisitor> sqlVisitors, Writer writer)
           
 void Database.saveStatements(Change change, List<SqlVisitor> sqlVisitors, Writer writer)
           
 

Uses of StatementNotSupportedOnDatabaseException in liquibase.sdk.database
 

Methods in liquibase.sdk.database that throw StatementNotSupportedOnDatabaseException
 void MockDatabase.saveRollbackStatement(Change change, List<SqlVisitor> sqlVisitors, Writer writer)
           
 void MockDatabase.saveStatements(Change change, List<SqlVisitor> sqlVisitors, Writer writer)
           
 



Copyright © 2016 Liquibase.org. All rights reserved.