| Class | Description |
| PreparedStatement |
PreparedStatement provides a SQLStatement
implementation which enforces the text property of a
statement to be sealed, that is it can only be assigned during
creation of the statement. |
| PreparedStatementException |
A PreparedStatementException is thrown when an attempt is made
to assign a value to a PreparedStatement.text property
|
| SQLStatementExecutionException |
A SQLStatementExecutionException is thrown when an attempt
is made to invoke execute on a SQLStatement
which fails or will result in the execution failing due to the state of
the statement. |