Kaydet (Commit) 2c3baefc authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS qiq (1.13.104); FILE MERGED

2006/06/27 15:14:05 fs 1.13.104.2: RESYNC: (1.13-1.14); FILE MERGED
2006/05/23 13:54:39 fs 1.13.104.1: some refactoring of compose/quoteTableName and friends, in preparation of #i51143#
üst 9a5069b0
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: VView.cxx,v $ * $RCSfile: VView.cxx,v $
* *
* $Revision: 1.14 $ * $Revision: 1.15 $
* *
* last change: $Author: hr $ $Date: 2006-06-20 02:11:45 $ * last change: $Author: obo $ $Date: 2006-07-10 14:39:45 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -139,7 +139,7 @@ Any SAL_CALL OView::queryInterface( const Type & rType ) throw(RuntimeException) ...@@ -139,7 +139,7 @@ Any SAL_CALL OView::queryInterface( const Type & rType ) throw(RuntimeException)
{ {
::rtl::OUString sComposedName; ::rtl::OUString sComposedName;
if(m_xMetaData.is()) if(m_xMetaData.is())
::dbtools::composeTableName(m_xMetaData,m_CatalogName,m_SchemaName,m_Name,sComposedName,sal_False,::dbtools::eInDataManipulation); sComposedName = ::dbtools::composeTableName( m_xMetaData, m_CatalogName, m_SchemaName, m_Name, sal_False, ::dbtools::eInDataManipulation );
else else
{ {
Any aValue; Any aValue;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment