summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/java/sql
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2003-04-24 12:24:03 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2003-04-24 12:24:03 +0000
commitf9813653b35b7f51502ccb18d1cf88e98adfe631 (patch)
treeba2e2eae3aad1ea876efa61719fb902fde729992 /connectivity/source/inc/java/sql
parent73119b28e786f2f52cbab31845b3fa2e03ed2bb3 (diff)
INTEGRATION: CWS mav4 (1.5.60); FILE MERGED
2003/04/15 12:22:26 oj 1.5.60.1: #108943# merge from apps61beta2 and statement fix, concurrency
Diffstat (limited to 'connectivity/source/inc/java/sql')
-rw-r--r--connectivity/source/inc/java/sql/PreparedStatement.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/connectivity/source/inc/java/sql/PreparedStatement.hxx b/connectivity/source/inc/java/sql/PreparedStatement.hxx
index 3deac7d818..a6ebbc4f4d 100644
--- a/connectivity/source/inc/java/sql/PreparedStatement.hxx
+++ b/connectivity/source/inc/java/sql/PreparedStatement.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: PreparedStatement.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: oj $ $Date: 2002-07-25 07:19:56 $
+ * last change: $Author: rt $ $Date: 2003-04-24 13:24:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -99,13 +99,15 @@ namespace connectivity
static jclass theClass;
// der Destruktor um den Object-Counter zu aktualisieren
static void saveClassRef( jclass pClass );
+
+ virtual void createStatement();
virtual ~java_sql_PreparedStatement();
public:
DECLARE_SERVICE_INFO();
static jclass getMyClass();
// ein Konstruktor, der fuer das Returnen des Objektes benoetigt wird:
- java_sql_PreparedStatement( JNIEnv * pEnv, jobject myObj,java_sql_Connection* _pCon,const ::rtl::OUString& sql );
+ java_sql_PreparedStatement( JNIEnv * pEnv, java_sql_Connection* _pCon,const ::rtl::OUString& sql );
virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL acquire() throw();