Clean up after ourselves when testing is done.
Parameters: conn - The Connection Parameters: s - A Statement on the Connection true if it succeeds, false if it doesn't exception: SQLException - Thrown if some unexpected error happens
Negative tests for forward only cursors.
This method tests forward only cursors.
Parameters: conn - The Connection true if it succeeds, false if it doesn't exception: SQLException - Thrown if some unexpected error happens
Positive tests for forward only cursors.
This method tests forward only cursors.
Parameters: conn - The Connection true if it succeeds, false if it doesn't exception: SQLException - Thrown if some unexpected error happens
Tests for PreparedStatement.getMetaData().
Parameters: conn - The connection to use. Whether or not we were successful. exception: SQLException - Thrown if some unexpected error happens
Negative tests for scroll insensitive cursor.
Parameters: conn - The connection to use. Whether or not we were successful. exception: SQLException - Thrown if some unexpected error happens
Positive tests for scroll insensitive cursor.
Parameters: conn - The connection to use. Whether or not we were successful. exception: SQLException - Thrown if some unexpected error happens
Scroll sensitive cursor tests
This method tests scroll sensitive cursors.
(Not implemented, so we should get back
scroll insensitive curors with read only concurrency.)
Parameters: conn - The Connection true if it succeeds, false if it doesn't exception: SQLException - Thrown if some unexpected error happens
Set up the test.
This method creates the table used by the rest of the test.
Parameters: conn - The Connection true if it succeeds, false if it doesn't exception: SQLException - Thrown if some unexpected error happens
CallableStatement tests.
Parameters: conn - The Connection true if it succeeds, false if it doesn't exception: SQLException - Thrown if some unexpected error happens