If a server returns a holdability different than what we ask for (i.e.)
ResultSet.HOLD_CURSORS_OVER_COMMIT
ResultSet.CLOSE_CURSORS_AT_COMMIT
... should methods that detect that this is not the case, i.e.e executeQuery and getResultSet throw an exception if they notice that is not the case ?
ResultSet.HOLD_CURSORS_OVER_COMMIT
ResultSet.CLOSE_CURSORS_AT_COMMIT
... should methods that detect that this is not the case, i.e.e executeQuery and getResultSet throw an exception if they notice that is not the case ?