Test of JDBC result set and result set meta-data.
This program simply calls each of the result set and result set meta-data
methods, one by one, and prints the results. The test passes if the printed
results match a previously stored "master". Thus this test cannot actually
discern whether it passes or not.
Test is only touching on known result set hot-spots at present.
Performs SecurityCheck analysis on the JDBC ResultSet and
ResultSetMetaData objects returned.
See Also:org.apache.derbyTesting.functionTests.util.SecurityCheck author: ames
Sets the holdability of a Connection using reflection so it is
JDBC2.0 compatible.
Parameters: conn - The Connection Parameters: hold - The new holdability. throws: SQLException -