User: rt      
Date: 06/05/04 01:36:06

Modified:
 /dba/dbaccess/source/core/api/
  KeySet.hxx

Log:
 INTEGRATION: CWS dba203c (1.23.104); FILE MERGED
 2006/04/13 07:08:13 oj 1.23.104.1: #i62797# values from insertrow may have a 
different type which has to be corrected

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&r2=1.24
Delta lines:  +7 -0
-------------------
--- KeySet.hxx  23 Sep 2005 12:02:30 -0000      1.23
+++ KeySet.hxx  4 May 2006 08:36:03 -0000       1.24
@@ -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]

Reply via email to