Tag: cws_src680_dba24d User: oj Date: 2007-11-21 12:40:27+0000 Modified: dba/connectivity/source/drivers/adabas/BConnection.cxx dba/connectivity/source/drivers/adabas/BDatabaseMetaData.cxx
Log: #i68854# impl TypeSettingInfo for Oracle and some clean up File Changes: Directory: /dba/connectivity/source/drivers/adabas/ =================================================== File [changed]: BConnection.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/adabas/BConnection.cxx?r1=1.23&r2=1.23.44.1 Delta lines: +4 -4 ------------------- --- BConnection.cxx 2007-07-24 11:50:10+0000 1.23 +++ BConnection.cxx 2007-11-21 12:40:25+0000 1.23.44.1 @@ -4,9 +4,9 @@ * * $RCSfile: BConnection.cxx,v $ * - * $Revision: 1.23 $ + * $Revision: 1.23.44.1 $ * - * last change: $Author: rt $ $Date: 2007/07/24 11:50:10 $ + * last change: $Author: oj $ $Date: 2007/11/21 12:40:25 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -101,7 +101,7 @@ m_aConnectionHandle = SQL_NULL_HANDLE; setURL(url); - m_aInfo = info; + setConnectionInfo(info); // Connection allozieren N3SQLAllocHandle(SQL_HANDLE_DBC,m_pDriverHandleCopy,&m_aConnectionHandle); File [changed]: BDatabaseMetaData.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/adabas/BDatabaseMetaData.cxx?r1=1.11&r2=1.11.152.1 Delta lines: +6 -7 ------------------- --- BDatabaseMetaData.cxx 2006-09-17 02:05:51+0000 1.11 +++ BDatabaseMetaData.cxx 2007-11-21 12:40:25+0000 1.11.152.1 @@ -4,9 +4,9 @@ * * $RCSfile: BDatabaseMetaData.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.11.152.1 $ * - * last change: $Author: obo $ $Date: 2006/09/17 02:05:51 $ + * last change: $Author: oj $ $Date: 2007/11/21 12:40:25 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -63,11 +63,10 @@ return sal_True; } // ----------------------------------------------------------------------------- -Reference< XResultSet > SAL_CALL OAdabasDatabaseMetaData::getTypeInfo( ) throw(SQLException, RuntimeException) +Reference< XResultSet > OAdabasDatabaseMetaData::impl_getTypeInfo_throw( ) { - ::connectivity::ODatabaseMetaDataResultSet* pResult = new ::connectivity::ODatabaseMetaDataResultSet(); + ::connectivity::ODatabaseMetaDataResultSet* pResult = new ::connectivity::ODatabaseMetaDataResultSet(::connectivity::ODatabaseMetaDataResultSet::eTypeInfo); Reference< XResultSet > xNewRes = pResult; - pResult->setTypeInfoMap(); static ::connectivity::ODatabaseMetaDataResultSet::ORows aRows; if(aRows.empty()) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
