Tag: cws_src680_warnings01 User: sb Date: 06/05/23 16:42:11 Modified: /dba/dbaccess/source/core/api/ KeySet.hxx
Log: RESYNC: (1.23-1.24); FILE MERGED File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: KeySet.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/KeySet.hxx?r1=1.23.74.1&r2=1.23.74.2 Delta lines: +10 -3 -------------------- --- KeySet.hxx 24 Mar 2006 15:35:45 -0000 1.23.74.1 +++ KeySet.hxx 23 May 2006 23:42:08 -0000 1.23.74.2 @@ -100,6 +100,13 @@ ::rtl::OUString getComposedTableName( const ::rtl::OUString& _sCatalog, const ::rtl::OUString& _sSchema, const ::rtl::OUString& _sTable); + + /** copies the values from the insert row into the key row + * + * \param _rInsertRow the row which was inserted + * \param _rKeyRow The current key row of the row set. + */ + void copyRowValue(const ORowSetRow& _rInsertRow,ORowSetRow& _rKeyRow); ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > getKeyColumns() const; void fillAllRows(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
