Home
last modified time | relevance | path

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

123

/trunk/main/odk/examples/DevelopersGuide/Database/
H A DSales.java128 XRowUpdate updateRow = (XRowUpdate)UnoRuntime.queryInterface(XRowUpdate.class,srs); in retrieveSalesData2() local
129 updateRow.updateFloat(2, (float)0.69); in retrieveSalesData2()
133 updateRs.updateRow(); // this call updates the data in DBMS 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()
158 XRowUpdate updateRow = (XRowUpdate)UnoRuntime.queryInterface(XRowUpdate.class,rs); in insertRow() local
161 updateRow.updateInt(1, 4); in insertRow()
162 updateRow.updateInt(2, 102); in insertRow()
163 updateRow.updateInt(3, 5); in insertRow()
[all …]
/trunk/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>
/trunk/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.cxx128 void SAL_CALL OBookmarkSet::updateRow(const ORowSetRow& _rInsertRow ,const ORowSetRow& _rOrginalRow… in updateRow() function in OBookmarkSet
148 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 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 DOptimisticSet.hxx86 …virtual void SAL_CALL updateRow(const ORowSetRow& _rInsertRow,const ORowSetRow& _rOrginalRow,const…
H A Dresultset.cxx1127 void OResultSet::updateRow(void) in updateRow() function in OResultSet
1135 m_xDelegatorResultSetUpdate->updateRow(); in updateRow()
H A DRowSetCache.hxx259 …void updateRow( ORowSetMatrix::iterator& _rUpdateRow,::std::vector< ::com::sun::star::uno::Any >& …
H A DCacheSet.hxx140 …virtual void SAL_CALL updateRow( const ORowSetRow& _rInsertRow,const ORowSetRow& _rOrginalRow,cons…
H A DKeySet.hxx223 …virtual void SAL_CALL updateRow(const ORowSetRow& _rInsertRow,const ORowSetRow& _rOrginalRow,const…
/trunk/main/connectivity/java/sdbc_postgresql/src/main/java/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlResultSet.java301 public void updateRow() throws SQLException { in updateRow() method in PostgresqlResultSet
302 implResultSetUpdate.updateRow(); in updateRow()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XWarningsSupplier.java77 resultSetUpdate.updateRow(); in _getWarnings()
H A D_XResultSetUpdate.java149 oObj.updateRow() ; in _updateRow()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_forms/
H A DOListBoxModel.java220 update.updateRow(); in commit()
H A DOTimeModel.java221 update.updateRow(); in commit()
/trunk/main/extensions/source/bibliography/
H A Dbibview.cxx98 xResUpd->updateRow(); in ~BibView()
/trunk/main/connectivity/java/sdbc_jdbc/src/main/java/com/sun/star/comp/sdbc/
H A DJavaSQLResultSet.java708 public void updateRow() throws SQLException { in updateRow() method in JavaSQLResultSet
710 jdbcResultSet.updateRow(); in updateRow()
/trunk/main/forms/source/runtime/
H A Dformoperations.cxx640 m_xUpdateCursor->updateRow(); in execute()
818 m_xUpdateCursor->updateRow(); in impl_commitCurrentRecord_throw()
/trunk/main/mysqlc/source/
H A Dmysqlc_resultset.hxx216 void SAL_CALL updateRow();
/trunk/main/connectivity/source/inc/java/sql/
H A DResultSet.hxx171 virtual void SAL_CALL updateRow( );
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSResultSet.hxx168 virtual void SAL_CALL updateRow( );
/trunk/main/connectivity/source/drivers/macab/
H A DMacabResultSet.hxx179 virtual void SAL_CALL updateRow( );

123