INTEGRATION: CWS dba04 (1.13.18.1.2.1.14); FILE MERGED

2003/03/22 13:24:39 fs 1.13.18.1.2.1.14.1: #i11879# properly set/reset the InsertOnly property of the aggregate
This commit is contained in:
Vladimir Glazounov
2003-04-11 13:36:58 +00:00
parent 731d350b94
commit 0147ae18c6

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: DatabaseForm.hxx,v $ * $RCSfile: DatabaseForm.hxx,v $
* *
* $Revision: 1.16 $ * $Revision: 1.17 $
* *
* last change: $Author: hr $ $Date: 2003-03-25 18:01:14 $ * last change: $Author: vg $ $Date: 2003-04-11 14:36:58 $
* *
* 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
@@ -568,6 +568,9 @@ private:
/// invalidate all our parameter-related stuff /// invalidate all our parameter-related stuff
void invlidateParameters(); void invlidateParameters();
void saveInsertOnlyState( );
void restoreInsertOnlyState( );
// error handling // error handling
void onError(const ::com::sun::star::sdb::SQLErrorEvent& _rEvent); void onError(const ::com::sun::star::sdb::SQLErrorEvent& _rEvent);
void onError(::com::sun::star::sdbc::SQLException&, const ::rtl::OUString& _rContextDescription); void onError(::com::sun::star::sdbc::SQLException&, const ::rtl::OUString& _rContextDescription);