Uses of Class
uk.org.ogsadai.activity.sql.parameters.ParameterAccessException

Packages that use ParameterAccessException
uk.org.ogsadai.activity.sql.parameters Helper classes for SQL activities which manage the various input streams for parameters. 
uk.org.ogsadai.activity.sql.statement Wrapper classes for JDBC Statement and subclasses. 
 

Uses of ParameterAccessException in uk.org.ogsadai.activity.sql.parameters
 

Methods in uk.org.ogsadai.activity.sql.parameters that throw ParameterAccessException
 java.lang.Object ParameterInput.getNextObject()
          Get the next value for the parameter.
 java.lang.Object ValueInput.getNextObject()
           
 java.lang.Object ParameterList.getParameterObject(int i)
          Returns the next value of a specific parameter
 java.lang.Object StreamInput.getNextObject()
           
 java.lang.Object ResultSetInput.getNextObject()
           
 

Uses of ParameterAccessException in uk.org.ogsadai.activity.sql.statement
 

Methods in uk.org.ogsadai.activity.sql.statement that throw ParameterAccessException
 java.sql.ResultSet SimpleSQLStatement.executeQuery()
           
 int SimpleSQLStatement.executeUpdate()
           
 java.sql.ResultSet ParameterisedSQLStatement.executeQuery()
           
 int ParameterisedSQLStatement.executeUpdate()
           
protected  void ParameterisedSQLStatement.prepareParameters()
          Adds parameters to the JDBC prepared statement handler.
private  void ParameterisedSQLStatement.prepareParametersPrivate()
          Adds parameters to the JDBC prepared statement handler.
 boolean CallableSQLStatement.execute()
          Executes an SQL callable statement.
 boolean CallableSQLStatement.getMoreResults()
          Get more results from the SQL statement.
 java.sql.ResultSet SQLStatement.executeQuery()
          Executes this SQL statement
 int SQLStatement.executeUpdate()
          Executes this SQL statement as an update