Uses of Package
uk.org.ogsadai.activity.sql.parameters

Packages that use uk.org.ogsadai.activity.sql.parameters
uk.org.ogsadai.activity.sql Activities that provide SQL access to a relational data resource. 
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. 
 

Classes in uk.org.ogsadai.activity.sql.parameters used by uk.org.ogsadai.activity.sql
ParameterList
          Class managing input to all the parameters of a parameterised SQL statement.
 

Classes in uk.org.ogsadai.activity.sql.parameters used by uk.org.ogsadai.activity.sql.parameters
MissingParametersException
          Exception thrown when a value for a parameter in a parameterised SQL statement has not been provided.
ParameterAccessException
          Exception thrown when a problem arises when accessing the value of a parameter in a parameterised SQL statement.
ParameterInput
          Interface for classes managing input to a parameterised SQL statement.
ParameterSetupException
          Exception thrown when a problem arises when setting the value of a parameter in a parameterised SQL statement.
 

Classes in uk.org.ogsadai.activity.sql.parameters used by uk.org.ogsadai.activity.sql.statement
MissingParametersException
          Exception thrown when a value for a parameter in a parameterised SQL statement has not been provided.
ParameterAccessException
          Exception thrown when a problem arises when accessing the value of a parameter in a parameterised SQL statement.
ParameterList
          Class managing input to all the parameters of a parameterised SQL statement.