Searched refs:HOLD_CURSORS_OVER_COMMIT (Results 1 – 5 of 5) sorted by relevance
188 ResultSet.HOLD_CURSORS_OVER_COMMIT); in testCreateStatement_int_int_int()535 conn.setHoldability(ResultSet.HOLD_CURSORS_OVER_COMMIT); in testGetHoldability()536 assertEquals(ResultSet.HOLD_CURSORS_OVER_COMMIT, conn.getHoldability()); in testGetHoldability()575 conn.setHoldability(ResultSet.HOLD_CURSORS_OVER_COMMIT); in testSetHoldability()576 assertEquals(ResultSet.HOLD_CURSORS_OVER_COMMIT, conn in testSetHoldability()1063 ResultSet.HOLD_CURSORS_OVER_COMMIT); in testPrepareCall_String_int_int_int()1265 ResultSet.HOLD_CURSORS_OVER_COMMIT); in testCommit()2030 ResultSet.HOLD_CURSORS_OVER_COMMIT); in testPrepareStatement_String_int_int_int()
1105 ResultSet.HOLD_CURSORS_OVER_COMMIT); in testGetResultSetHoldability()
2760 int HOLD_CURSORS_OVER_COMMIT = 1; field
875 case ResultSet.HOLD_CURSORS_OVER_COMMIT: in test_getResultSetHoldability()
9618 field public static final int HOLD_CURSORS_OVER_COMMIT = 1; // 0x1