Searched refs:CONCUR_UPDATABLE (Results 1 – 4 of 4) sorted by relevance
1062 ResultSet.CONCUR_UPDATABLE); in testGetResultSetType()1071 ResultSet.CONCUR_UPDATABLE); in testGetResultSetType()1080 ResultSet.CONCUR_UPDATABLE); in testGetResultSetType()1143 ResultSet.CONCUR_UPDATABLE); in testGetResultSetConcurrency()1145 assertEquals(ResultSet.CONCUR_UPDATABLE, st.getResultSetConcurrency()); in testGetResultSetConcurrency()
119 ResultSet.CONCUR_UPDATABLE); in testCreateStatement_int_int()142 ResultSet.CONCUR_UPDATABLE); in testCreateStatement_int_int()1963 ResultSet.CONCUR_UPDATABLE); in testPrepareStatement_String_int_int()2005 ResultSet.CONCUR_UPDATABLE); in testPrepareStatementNotSupported()
407 assertEquals(ResultSet.CONCUR_UPDATABLE, res.getConcurrency()); in testGetConcurrency()
1427 int CONCUR_UPDATABLE = 1008; field