Tag: cws_src680_dba24d User: oj Date: 2007-11-28 09:36:47+0000 Modified: dba/connectivity/source/commontools/TDatabaseMetaDataBase.cxx
Log: #i58268# cache some databasemetadata File Changes: Directory: /dba/connectivity/source/commontools/ ================================================ File [changed]: TDatabaseMetaDataBase.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/commontools/TDatabaseMetaDataBase.cxx?r1=1.6.116.3&r2=1.6.116.4 Delta lines: +3 -3 ------------------- --- TDatabaseMetaDataBase.cxx 2007-11-28 09:30:13+0000 1.6.116.3 +++ TDatabaseMetaDataBase.cxx 2007-11-28 09:36:45+0000 1.6.116.4 @@ -4,9 +4,9 @@ * * $RCSfile: TDatabaseMetaDataBase.cxx,v $ * - * $Revision: 1.6.116.3 $ + * $Revision: 1.6.116.4 $ * - * last change: $Author: oj $ $Date: 2007/11/28 09:30:13 $ + * last change: $Author: oj $ $Date: 2007/11/28 09:36:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -59,7 +59,6 @@ ODatabaseMetaDataBase::ODatabaseMetaDataBase(const Reference< XConnection >& _rxConnection,const Sequence< PropertyValue >& _rInfo) : m_aConnectionInfo(_rInfo) - , m_xConnection(_rxConnection) ,m_isCatalogAtStart(false,sal_False) ,m_sCatalogSeparator(false,::rtl::OUString()) ,m_sIdentifierQuoteString(false,::rtl::OUString()) @@ -73,6 +72,7 @@ ,m_MaxStatements(false,0) ,m_MaxTablesInSelect(false,0) ,m_storesMixedCaseQuotedIdentifiers(false,sal_False) + , m_xConnection(_rxConnection) { osl_incrementInterlockedCount( &m_refCount ); { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
