Home
last modified time | relevance | path

Searched refs:testCursorMove (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/dbaccess/qa/complex/dbaccess/
H A DRowSet.java416testCursorMove(m_resultSet, cResSet.getMethod("afterLast", (Class[]) null), pRow, moves, null); in testRowSetEvents()
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()
423 testCursorMove(m_resultSet, cResSet.getMethod("last", (Class[]) null), pRow, moves, null); in testRowSetEvents()
424 testCursorMove(m_resultSet, cResSet.getMethod(NEXT, (Class[]) null), pRow, moves, null); in testRowSetEvents()
425 testCursorMove(m_resultSet, cResSet.getMethod("first", (Class[]) null), pRow, moves, null); in testRowSetEvents()
426testCursorMove(m_resultSet, cResSet.getMethod("previous", (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()
[all …]