User: vg Date: 05/03/10 08:31:13 Modified: /dba/dbaccess/source/core/api/ RowSet.hxx
Log: INTEGRATION: CWS dba24 (1.38.20); FILE MERGED 2005/02/10 17:31:33 fs 1.38.20.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 File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: RowSet.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/RowSet.hxx?r1=1.38&r2=1.39 Delta lines: +9 -0 ------------------- --- RowSet.hxx 5 Jan 2005 12:26:59 -0000 1.38 +++ RowSet.hxx 10 Mar 2005 16:31:10 -0000 1.39 @@ -402,6 +402,15 @@ void setActiveConnection( ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxNewConn, sal_Bool _bFireEvent = sal_True ); void implCancelRowUpdates( sal_Bool _bNotifyModified ) SAL_THROW( ( ::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException ) ); + + /** sets the given result set type/concurrency at the given statement, while respecting + possibly related data source settings + */ + void setStatementResultSetType( + const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxStatement, + sal_Int32 _nDesiredResultSetType, + sal_Int32 _nDesiredResultSetConcurrency + ); }; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
