Searched refs:rowUpdate (Results 1 – 2 of 2) sorted by relevance
59 final XRowUpdate rowUpdate = UnoRuntime.queryInterface(XRowUpdate.class, oObj); in _getWarnings() local60 …al XResultSetUpdate resultSetUpdate = UnoRuntime.queryInterface(XResultSetUpdate.class, rowUpdate); in _getWarnings()76 rowUpdate.updateString(DBTools.TST_INT, valToSet); in _getWarnings()
323 final XRowUpdate rowUpdate = UnoRuntime.queryInterface(XRowUpdate.class, m_rowSet ); in createTestEnvironment() local348 rowUpdate.updateString(1, "ORowSetTest2"); in createTestEnvironment()430 … final XRowUpdate rowUpdate = UnoRuntime.queryInterface( XRowUpdate.class, m_rowSet ); in createTestEnvironment() local451 rowUpdate.updateString(1, lastUpdate); in createTestEnvironment()
Completed in 19 milliseconds