INTEGRATION: CWS dba24 (1.24.10); FILE MERGED

2005/02/10 17:29:02 fs 1.24.10.2: removed setResultSetType - decided to do this in the RowSet
2005/02/10 17:00:54 fs 1.24.10.1: #i15113# when executing the row set, care for a data-source-setting which enables defensive usage of ResultSetType and ResultSetConcurrency - IBM's Universe database didn't like our previous aggressive behaviour
This commit is contained in:
Vladimir Glazounov
2005-03-10 15:00:06 +00:00
parent f77e2ccd84
commit fa925164d4

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: DatabaseForm.hxx,v $ * $RCSfile: DatabaseForm.hxx,v $
* *
* $Revision: 1.24 $ * $Revision: 1.25 $
* *
* last change: $Author: obo $ $Date: 2005-01-05 12:02:43 $ * last change: $Author: vg $ $Date: 2005-03-10 16:00:06 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@@ -62,6 +62,9 @@
#ifndef _FRM_DATABASEFORM_HXX_ #ifndef _FRM_DATABASEFORM_HXX_
#define _FRM_DATABASEFORM_HXX_ #define _FRM_DATABASEFORM_HXX_
#ifndef _COM_SUN_STAR_SDBC_XDATASOURCE_HPP_
#include <com/sun/star/sdbc/XDataSource.hpp>
#endif
#ifndef _COM_SUN_STAR_SDB_XSQLERRORLISTENER_HPP_ #ifndef _COM_SUN_STAR_SDB_XSQLERRORLISTENER_HPP_
#include <com/sun/star/sdb/XSQLErrorListener.hpp> #include <com/sun/star/sdb/XSQLErrorListener.hpp>
#endif #endif
@@ -607,7 +610,7 @@ private:
sal_Bool InsertFilePart(INetMIMEMessage& rParent, const ::rtl::OUString& rName, const ::rtl::OUString& rFileName); sal_Bool InsertFilePart(INetMIMEMessage& rParent, const ::rtl::OUString& rName, const ::rtl::OUString& rFileName);
void Encode(::rtl::OUString& rString) const; void Encode(::rtl::OUString& rString) const;
::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > getConnection(); ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > getConnection();
DECL_LINK( OnTimeout, void* ); DECL_LINK( OnTimeout, void* );
}; };