Tag: cws_src680_dba22b User: fs Date: 2006/12/05 06:58:49 Modified: dba/connectivity/source/inc/java/sql/Connection.hxx
Log: #i72252# allow to retrieve the property values which were used to construct the connection File Changes: Directory: /dba/connectivity/source/inc/java/sql/ ================================================= File [changed]: Connection.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/java/sql/Connection.hxx?r1=1.13&r2=1.13.210.1 Delta lines: +12 -7 -------------------- --- Connection.hxx 8 Sep 2005 07:20:53 -0000 1.13 +++ Connection.hxx 5 Dec 2006 14:58:47 -0000 1.13.210.1 @@ -4,9 +4,9 @@ * * $RCSfile: Connection.hxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.13.210.1 $ * - * last change: $Author: rt $ $Date: 2005/09/08 07:20:53 $ + * last change: $Author: fs $ $Date: 2006/12/05 14:58:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -76,6 +76,8 @@ jobject m_pDriverobject; jclass m_Driver_theClass; + ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > + m_aConnectionInfo; sal_Bool m_bParameterSubstitution; sal_Bool m_bIgnoreDriverPrivileges; @@ -102,6 +104,9 @@ java_sql_Connection(const java_sql_Driver* _pDriver); sal_Bool construct( const ::rtl::OUString& url, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& info); + + const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& + getConnectionInfo() const { return m_aConnectionInfo; } inline sal_Bool isIgnoreDriverPrivilegesEnabled() const { return m_bIgnoreDriverPrivileges;} // OComponentHelper --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
