User: kz Date: 2006/12/13 08:23:28 Modified: dba/connectivity/source/inc/java/sql/Connection.hxx
Log: INTEGRATION: CWS dba22ui (1.13.190); FILE MERGED 2006/12/05 15:02:50 fs 1.13.190.1: copying the fix for #i72252# from CWS dba22b to dba22ui - intended for the latter, but wrongly checked in into the former 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.14 Delta lines: +9 -4 ------------------- --- Connection.hxx 8 Sep 2005 07:20:53 -0000 1.13 +++ Connection.hxx 13 Dec 2006 16:23:25 -0000 1.14 @@ -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]
