Home
last modified time | relevance | path

Searched refs:updateRow (Results 1 – 25 of 59) sorted by relevance

123

/aoo4110/main/odk/examples/DevelopersGuide/Database/
H A DSales.java129 updateRow.updateFloat(2, (float)0.69); in retrieveSalesData2()
136 updateRow.updateFloat(2, (float)0.99); in retrieveSalesData2()
138 updateRow.updateFloat(2, (float)0.79); in retrieveSalesData2()
139 updateRs.updateRow(); in retrieveSalesData2()
161 updateRow.updateInt(1, 4); in insertRow()
162 updateRow.updateInt(2, 102); in insertRow()
163 updateRow.updateInt(3, 5); in insertRow()
164 updateRow.updateString(4, "FTOP Darjeeling tea"); in insertRow()
166 updateRow.updateFloat(6, 150); in insertRow()
206 updateRow.updateFloat(2, 150); in refreshRow()
[all …]
/aoo4110/main/offapi/com/sun/star/sdbc/
H A DXResultSetUpdate.idl57 void updateRow() raises (SQLException);
75 <member scope="com::sun::star::sdbc">XResultSetUpdate::updateRow()</member>
77 <code>updateRow</code>
/aoo4110/main/dbaccess/source/core/api/
H A DWrappedResultSet.cxx125 void SAL_CALL WrappedResultSet::updateRow(const ORowSetRow& _rInsertRow ,const ORowSetRow& _rOrgina… in updateRow() function in WrappedResultSet
136 m_xUpd->updateRow(); in updateRow()
H A DBookmarkSet.cxx138 void SAL_CALL OBookmarkSet::updateRow(const ORowSetRow& _rInsertRow ,const ORowSetRow& _rOrginalRow… in updateRow() function in OBookmarkSet
158 xUpd->updateRow(); in updateRow()
H A DStaticSet.cxx355 void SAL_CALL OStaticSet::updateRow(const ORowSetRow& _rInsertRow ,const ORowSetRow& _rOrginalRow,c… in updateRow() function in OStaticSet
358 OCacheSet::updateRow( _rInsertRow,_rOrginalRow,_xTable); in updateRow()
H A DOptimisticSet.hxx86 …virtual void SAL_CALL updateRow(const ORowSetRow& _rInsertRow,const ORowSetRow& _rOrginalRow,const…
H A DBookmarkSet.hxx63 …virtual void SAL_CALL updateRow(const ORowSetRow& _rInsertRow,const ORowSetRow& _rOrginalRow,const…
H A DWrappedResultSet.hxx64 …virtual void SAL_CALL updateRow(const ORowSetRow& _rInsertRow,const ORowSetRow& _rOrginalRow,const…
H A DStaticSet.hxx81 …virtual void SAL_CALL updateRow(const ORowSetRow& _rInsertRow,const ORowSetRow& _rOrginalRow,const…
H A DRowSetCache.hxx259 …void updateRow( ORowSetMatrix::iterator& _rUpdateRow,::std::vector< ::com::sun::star::uno::Any >& …
H A Dresultset.cxx1127 void OResultSet::updateRow(void) throw( SQLException, RuntimeException ) in updateRow() function in OResultSet
1135 m_xDelegatorResultSetUpdate->updateRow(); in updateRow()
H A DRowSetCache.cxx1324 void ORowSetCache::updateRow( ORowSetMatrix::iterator& _rUpdateRow,::std::vector< Any >& o_aBookmar… in updateRow() function in ORowSetCache
1334 m_pCacheSet->updateRow(*_rUpdateRow,*m_aMatrixIter,m_aUpdateTable); in updateRow()
H A DCacheSet.hxx161 …virtual void SAL_CALL updateRow( const ORowSetRow& _rInsertRow,const ORowSetRow& _rOrginalRow,cons…
/aoo4110/main/qadevOOo/tests/java/ifc/sdbc/
H A D_XWarningsSupplier.java77 resultSetUpdate.updateRow(); in _getWarnings()
H A D_XResultSetUpdate.java149 oObj.updateRow() ; in _updateRow()
/aoo4110/main/qadevOOo/tests/java/mod/_forms/
H A DOListBoxModel.java220 update.updateRow(); in commit()
H A DOTimeModel.java221 update.updateRow(); in commit()
H A DGenericModelTest.java552 update.updateRow(); in commit()
/aoo4110/main/extensions/source/bibliography/
H A Dbibview.cxx98 xResUpd->updateRow(); in ~BibView()
/aoo4110/main/forms/source/runtime/
H A Dformoperations.cxx640 m_xUpdateCursor->updateRow(); in execute()
818 m_xUpdateCursor->updateRow(); in impl_commitCurrentRecord_throw()
/aoo4110/main/mysqlc/source/
H A Dmysqlc_resultset.hxx234 void SAL_CALL updateRow() throw(SQLException, RuntimeException);
/aoo4110/main/qadevOOo/tests/java/mod/_dbaccess/
H A DSbaXGridControl.java427 update.updateRow(); in createTestEnvironment()
H A DORowSet.java349 resultSetUpdate.updateRow(); in createTestEnvironment()
/aoo4110/main/offapi/com/sun/star/sdb/
H A DRowSet.idl143 …<tr><td align="right"><em>updateRow</em></td><td/><td align="center">X</td><td align="center">X</t…
237 …<member scope="com::sun::star::sdbc">XResultSetUpdate::updateRow</member> and <member scope="com::…
/aoo4110/main/qadevOOo/objdsc/dbaccess/
H A Dcom.sun.star.comp.dba.ORowSet.csv55 "ORowSet";"com::sun::star::sdbc::XResultSetUpdate#optional";"updateRow()"

Completed in 107 milliseconds

123