public void testCompressOnHeldForwardOnlyUpdatableResultSetScanInProgress() throws SQLException(Code)
Test that a forward only resultset can be held over commit while
it is in progress of scanning, and that after a compress the
resultset is still updatable.
public void testCompressOnHeldScrollableUpdatableResultSetScanInProgress() throws SQLException(Code)
Test that running a compress on a holdable scrollable updatable
resultset will invalidate the Resultset from doing updates after
a renavigate, if the scan is in progress.
public void testCompressOnHeldScrollableUpdatableResultSetScanInit() throws SQLException(Code)
Test that running a compress on a holdable scrollable updatable
resultset will not invalidate the ResultSet from doing updates,
if the scan is initialized
testHeldForwardOnlyResultSetScanInProgress
public void testHeldForwardOnlyResultSetScanInProgress() throws SQLException(Code)
Test that a forward only resultset can be held over commit while
it is in progress of scanning
testHeldForwardOnlyResultSetScanInit
public void testHeldForwardOnlyResultSetScanInit() throws SQLException(Code)
Test that a forward only resultset can be held over commit while
it has not done any scanning