Tag: cws_src680_dba30 User: fs Date: 06/05/08 04:17:22 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.16.1&r2=1.23.16.2 Delta lines: +10 -3 -------------------- --- KeySet.hxx 30 Dec 2005 07:56:53 -0000 1.23.16.1 +++ KeySet.hxx 8 May 2006 11:17:19 -0000 1.23.16.2 @@ -101,6 +101,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]
