Searched refs:testCursorMove (Results  1 – 1 of 1) sorted by relevance
| /trunk/main/dbaccess/qa/complex/dbaccess/ | 
| H A D | RowSet.java | 420         testCursorMove(m_resultSet, cResSet.getMethod(NEXT, (Class[]) null), pRow, moves, null);  in testRowSetEvents()421         testCursorMove(m_resultSet, cResSet.getMethod(NEXT, (Class[]) null), pRow, moves, null);  in testRowSetEvents()
 422         testCursorMove(m_resultSet, cResSet.getMethod(NEXT, (Class[]) null), pRow, moves, null);  in testRowSetEvents()
 424         testCursorMove(m_resultSet, cResSet.getMethod(NEXT, (Class[]) null), pRow, moves, null);  in testRowSetEvents()
 427         testCursorMove(m_resultSet, cResSet.getMethod(NEXT, (Class[]) null), pRow, moves, null);  in testRowSetEvents()
 431         testCursorMove(m_resultSet, cResSet.getMethod(NEXT, (Class[]) null), pRow, moves, null);  in testRowSetEvents()
 435         testCursorMove(m_resultSet, cResSet.getMethod(NEXT, (Class[]) null), pRow, moves, null);  in testRowSetEvents()
 451         testCursorMove(upd, cupd.getMethod("insertRow", (Class[]) null), pRow, moves, null);  in testRowSetEvents()
 458         testCursorMove(upd, cupd.getMethod("updateRow", (Class[]) null), pRow, moves, null);  in testRowSetEvents()
 463         testCursorMove(upd, cupd.getMethod("deleteRow", (Class[]) null), pRow, moves, null);  in testRowSetEvents()
 [all …]
 
 | 
        Completed in 20 milliseconds