Tag: cws_src680_qiq
User: fs      
Date: 06/05/23 06:54:40

Modified:
 /dba/connectivity/source/parse/
  sqliterator.cxx

Log:
 some refactoring of compose/quoteTableName and friends, in preparation of 
#i51143#

File Changes:

Directory: /dba/connectivity/source/parse/
==========================================

File [changed]: sqliterator.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/parse/sqliterator.cxx?r1=1.46.78.4&r2=1.46.78.5
Delta lines:  +4 -6
-------------------
--- sqliterator.cxx     19 May 2006 08:15:57 -0000      1.46.78.4
+++ sqliterator.cxx     23 May 2006 13:54:37 -0000      1.46.78.5
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: sqliterator.cxx,v $
  *
- *  $Revision: 1.46.78.4 $
+ *  $Revision: 1.46.78.5 $
  *
- *  last change: $Author: fs $ $Date: 2006/05/19 08:15:57 $
+ *  last change: $Author: fs $ $Date: 2006/05/23 13:54:37 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -286,12 +286,11 @@
                 impl_getRowString( xCurrentRow, 2, sSchema );
                 impl_getRowString( xCurrentRow, 3, sName );
 
-                               ::dbtools::composeTableName(
+                               sComposedName = ::dbtools::composeTableName(
                     _rxDBMeta,
                     sCatalog,
                                        sSchema,
                                        sName,
-                                       sComposedName,
                                        sal_False,
                                        ::dbtools::eInDataManipulation
                 );
@@ -430,11 +429,10 @@
        
OSQLParseNode::getTableComponents(pTableName,aCatalog,aSchema,aTableName);
        
        // create the composed name like DOMAIN.USER.TABLE1
-       ::dbtools::composeTableName(m_pImpl->m_xDatabaseMetaData,
+       aComposedName = 
::dbtools::composeTableName(m_pImpl->m_xDatabaseMetaData,
                                                                
aCatalog.hasValue() ? ::comphelper::getString(aCatalog) : ::rtl::OUString(),
                                                                aSchema,
                                                                aTableName,
-                                                               aComposedName,
                                                                sal_False,
                                                                
::dbtools::eInDataManipulation);
 




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

Reply via email to