Lines Matching refs:Class

404         final Class cResSet = Class.forName("com.sun.star.sdbc.XResultSet");  in testRowSetEvents()
416 … testCursorMove(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()
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()
435 testCursorMove(m_resultSet, cResSet.getMethod(NEXT, (Class[]) null), pRow, moves, null); in testRowSetEvents()
438 final Class cupd = Class.forName("com.sun.star.sdbc.XResultSetUpdate"); in testRowSetEvents()
440 testCursorMove(upd, cupd.getMethod("moveToInsertRow", (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()
470 … testCursorMove(m_resultSet, cResSet.getMethod("refreshRow", (Class[]) null), pRow, moves, null); in testRowSetEvents()
474 testCursorMove(upd, cupd.getMethod("cancelRowUpdates", (Class[]) null), pRow, moves, null); in testRowSetEvents()
484 final Class cloc = Class.forName("com.sun.star.sdbcx.XRowLocate"); in testRowSetEvents()
490 Class ctemp[] = new Class[1]; in testRowSetEvents()
497 final Class ctemp2[] = new Class[2]; in testRowSetEvents()
509 final Class cdelRows = Class.forName("com.sun.star.sdbcx.XDeleteRows"); in testRowSetEvents()