User: obo     
Date: 05/12/19 09:14:04

Modified:
 /dba/dbaccess/source/core/api/
  RowSet.cxx

Log:
 INTEGRATION: CWS kaddrbook (1.137.46); FILE MERGED
 2005/12/05 12:15:23 fs 1.137.46.1: #i58879# respect 
XDatabaseMetaData::getVersionColumns, and translate it into 
css.sdbcx.Column.IsRowVersion

File Changes:

Directory: /dba/dbaccess/source/core/api/
=========================================

File [changed]: RowSet.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/RowSet.cxx?r1=1.137&r2=1.138
Delta lines:  +3 -0
-------------------
--- RowSet.cxx  23 Sep 2005 14:36:38 -0000      1.137
+++ RowSet.cxx  19 Dec 2005 17:14:01 -0000      1.138
@@ -1747,6 +1747,7 @@
                                                                                
                                                                                
                this,
                                                                                
                                                                                
                this,
                                                                                
                                                                                
                i+1,
+                                                                               
         m_xActiveConnection->getMetaData(),
                                                                                
                                                                                
                aDescription,
                                                                                
                                                                                
                m_aCurrentRow,
                                                                                
                                                                                
                m_pCache->getEnd());
@@ -1833,6 +1834,7 @@
                                                                                
                                                                                
        this,
                                                                                
                                                                                
        this,
                                                                                
                                                                                
        i,
+                                                                               
     m_xActiveConnection->getMetaData(),
                                                                                
                                                                                
        aDescription,
                                                                                
                                                                                
        m_aCurrentRow,
                                                                                
                                                                                
        m_pCache->getEnd());
@@ -2572,6 +2574,7 @@
                ORowSetColumn* pColumn = new ORowSetColumn(     
rParent.getMetaData(),
                                                                                
                                        this,
                                                                                
                                        i,
+                                                            
rParent.m_xActiveConnection->getMetaData(),
                                                                                
                                        aDescription,
                                                                                
                                        m_aCurrentRow,
                                                                                
                                        m_pCache->getEnd());




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to