User: vg Date: 05/02/17 02:16:33 Modified: /dba/connectivity/source/simpledbt/ staticdbtools_s.hxx
Log: INTEGRATION: CWS dba23 (1.7.26); FILE MERGED 2005/01/17 14:58:05 fs 1.7.26.1: #i40463# calcConnection superseded by connectRowset, which now also throws a WrappedTargetException File Changes: Directory: /dba/connectivity/source/simpledbt/ ============================================== File [changed]: staticdbtools_s.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/simpledbt/staticdbtools_s.hxx?r1=1.7&r2=1.8 Delta lines: +3 -7 ------------------- --- staticdbtools_s.hxx 22 Oct 2004 11:32:39 -0000 1.7 +++ staticdbtools_s.hxx 17 Feb 2005 10:16:30 -0000 1.8 @@ -121,17 +121,13 @@ ) const SAL_THROW ( (::com::sun::star::sdbc::SQLException) ); // ------------------------------------------------ - virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection> calcConnection( - const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet>& _rxRowSet, - const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory>& _rxFactory - ) const SAL_THROW ( (::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException) ); - - // ------------------------------------------------ virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection> connectRowset( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet>& _rxRowSet, const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory>& _rxFactory, sal_Bool _bSetAsActiveConnection - ) const SAL_THROW ( (::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException) ); + ) const SAL_THROW ( ( ::com::sun::star::sdbc::SQLException + , ::com::sun::star::lang::WrappedTargetException + , ::com::sun::star::uno::RuntimeException ) ); // ------------------------------------------------ virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection> getRowSetConnection( --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
