Test that all methods on ResultSet,
Statement, PreparedStatement,
CallableStatement and Connection objects
throw the appropriate exceptions when the objects are closed.
This class is used to test JDBC4 specific methods in the PreparedStatement(s)
object.
A number of methods and variables are in place to aid the writing of tests:
Test that all methods and functionality related to RowId reflect that it
has not yet been implemented.
The tests are written to be run with JDK 1.6.
All methods that throws SQLException, should utilize the
SQLFeatureNotSupportedException-subclass.