Tag: cws_src680_dba22b User: fs Date: 2006/12/05 06:58:56 Modified: dba/connectivity/source/inc/odbc/OConnection.hxx
Log: #i72252# allow to retrieve the property values which were used to construct the connection File Changes: Directory: /dba/connectivity/source/inc/odbc/ ============================================= File [changed]: OConnection.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/odbc/OConnection.hxx?r1=1.21&r2=1.21.110.1 Delta lines: +6 -3 ------------------- --- OConnection.hxx 20 Jun 2006 02:05:05 -0000 1.21 +++ OConnection.hxx 5 Dec 2006 14:58:53 -0000 1.21.110.1 @@ -4,9 +4,9 @@ * * $RCSfile: OConnection.hxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.21.110.1 $ * - * last change: $Author: hr $ $Date: 2006/06/20 02:05:05 $ + * last change: $Author: fs $ $Date: 2006/12/05 14:58:53 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -182,6 +182,9 @@ SQLHANDLE createStatementHandle(); // close and free the handle and set it to SQL_NULLHANDLE void freeStatementHandle(SQLHANDLE& _pHandle); + + const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& + getConnectionInfo() const { return m_aInfo; } }; } } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
