Interfaces
 InterfaceDescription
 ISQLStatementCache ISQLStatementCache provides a marker interface implementation which is intended to indicate that implementing classes serve as a repository of uniquely defined SQLStatement instances which are to be reused throughout the lifetime of an application.
Classes
 ClassDescription
 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.