Home
last modified time | relevance | path

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

/aoo4110/main/dbaccess/qa/complex/dbaccess/
H A DRowSet.java429 final XRowUpdate updRow = UnoRuntime.queryInterface( XRowUpdate.class, m_resultSet ); in testRowSetEvents() local
430 updRow.updateString(2, TEST21); in testRowSetEvents()
434 updRow.updateString(2, m_row.getString(2)); in testRowSetEvents()
442 updRow.updateInt(1, MAX_TABLE_ROWS + 2); in testRowSetEvents()
443 updRow.updateString(2, "HHHH"); in testRowSetEvents()
456 updRow.updateInt(1, MAX_TABLE_ROWS + 3); in testRowSetEvents()
457 updRow.updateString(2, "__"); in testRowSetEvents()
469 updRow.updateString(2, TEST21); in testRowSetEvents()
473 updRow.updateString(2, TEST21); in testRowSetEvents()

Completed in 18 milliseconds