Home
last modified time | relevance | path

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

/aoo42x/main/dbaccess/qa/complex/dbaccess/
H A DRowSet.java438 final Class cupd = Class.forName("com.sun.star.sdbc.XResultSetUpdate"); in testRowSetEvents() local
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()
474 testCursorMove(upd, cupd.getMethod("cancelRowUpdates", (Class[]) null), pRow, moves, null); in testRowSetEvents()

Completed in 17 milliseconds