Home
last modified time | relevance | path

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

/aoo42x/main/dbaccess/qa/complex/dbaccess/
H A DRowSet.java404 final Class cResSet = Class.forName("com.sun.star.sdbc.XResultSet"); in testRowSetEvents() local
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()
426 … testCursorMove(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 …]

Completed in 9 milliseconds