Home
last modified time | relevance | path

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

/aoo4110/main/qadevOOo/tests/java/ifc/sdbc/
H A D_XWarningsSupplier.java59 final XRowUpdate rowUpdate = UnoRuntime.queryInterface(XRowUpdate.class, oObj); in _getWarnings() local
60 …al XResultSetUpdate resultSetUpdate = UnoRuntime.queryInterface(XResultSetUpdate.class, rowUpdate); in _getWarnings()
76 rowUpdate.updateString(DBTools.TST_INT, valToSet); in _getWarnings()
/aoo4110/main/qadevOOo/tests/java/mod/_dbaccess/
H A DORowSet.java323 final XRowUpdate rowUpdate = UnoRuntime.queryInterface(XRowUpdate.class, m_rowSet ); in createTestEnvironment() local
348 rowUpdate.updateString(1, "ORowSetTest2"); in createTestEnvironment()
430 … final XRowUpdate rowUpdate = UnoRuntime.queryInterface( XRowUpdate.class, m_rowSet ); in createTestEnvironment() local
451 rowUpdate.updateString(1, lastUpdate); in createTestEnvironment()

Completed in 17 milliseconds