Uses of Class
scriptella.spi.ProviderException

Packages that use ProviderException
scriptella.execution Facade classes for xml scripts execution. 
scriptella.jdbc Scriptella JDBC Bridge. 
scriptella.spi Service Provider Interface classes. 
 

Uses of ProviderException in scriptella.execution
 

Methods in scriptella.execution that return ProviderException
 ProviderException EtlExecutorException.getLastProvider()
           
 

Uses of ProviderException in scriptella.jdbc
 

Subclasses of ProviderException in scriptella.jdbc
 class JdbcException
          Unchecked wrapper for SQL exceptions or other SQL related errors.
 

Uses of ProviderException in scriptella.spi
 

Methods in scriptella.spi that return ProviderException
 ProviderException ProviderException.addErrorCode(java.lang.String errorCode)
          Adds error code to this exception.
protected  ProviderException ProviderException.setErrorStatement(java.lang.String errStmt)
          Sets problem statement which caused this exception/
 

Methods in scriptella.spi that throw ProviderException
 void Connection.close()
          Closes the connection and releases all related resources.
 void AbstractConnection.commit()
           
 void Connection.commit()
          Commits a current transaction (if any).
 void Connection.executeQuery(Resource queryContent, ParametersCallback parametersCallback, QueryCallback queryCallback)
          Executes a query specified by its content.
 void Connection.executeScript(Resource scriptContent, ParametersCallback parametersCallback)
          Executes a script specified by its content.
 DialectIdentifier Connection.getDialectIdentifier()
          This method returns a language dialect identifier for this connection.
 void AbstractConnection.rollback()
           
 void Connection.rollback()
          Rolls back a current transaction (if any).
 



Copyright © Copyright 2006-2009 The Scriptella Project Team.