User: kz      
Date: 2008-03-05 17:04:36+0000
Modified:
   dba/dbaccess/source/core/dataaccess/connection.cxx

Log:
 INTEGRATION: CWS rptchart01_DEV300 (1.53.32); FILE MERGED
 2008/02/19 07:34:35 oj 1.53.32.2: RESYNC: (1.53-1.54); FILE MERGED
 2008/02/13 07:45:37 oj 1.53.32.1: #i85225# impl new method

File Changes:

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

File [changed]: connection.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/connection.cxx?r1=1.54&r2=1.55
Delta lines:  +17 -0
--------------------
--- connection.cxx      2008-01-30 08:32:32+0000        1.54
+++ connection.cxx      2008-03-05 17:04:33+0000        1.55
@@ -819,7 +819,24 @@
 
     return m_xConnectionTools->getDataSourceMetaData();
 }
+// 
-----------------------------------------------------------------------------
+Reference< ::com::sun::star::container::XNameAccess > SAL_CALL 
OConnection::getFieldsByCommandDescriptor( ::sal_Int32 commandType, const 
::rtl::OUString& command, ::com::sun::star::uno::Reference< 
::com::sun::star::lang::XComponent >& keepFieldsAlive ) throw 
(::com::sun::star::sdbc::SQLException, RuntimeException)
+{
+       MutexGuard aGuard(m_aMutex);
+       checkDisposed();
+    impl_loadConnectionTools_throw();
+
+    return 
m_xConnectionTools->getFieldsByCommandDescriptor(commandType,command,keepFieldsAlive);
+}
+//--------------------------------------------------------------------
+Reference< XSingleSelectQueryComposer > SAL_CALL OConnection::getComposer( 
::sal_Int32 commandType, const ::rtl::OUString& command ) throw 
(::com::sun::star::uno::RuntimeException)
+{
+    MutexGuard aGuard(m_aMutex);
+       checkDisposed();
+    impl_loadConnectionTools_throw();
 
+    return m_xConnectionTools->getComposer(commandType,command);
+}
 
 // 
-----------------------------------------------------------------------------
 void OConnection::impl_checkTableQueryNames_nothrow()




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

Reply via email to