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
This commit is contained in:
Rüdiger Timm
2003-04-24 12:24:03 +00:00
parent 4b81867ba7
commit 3104046f7a

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: PreparedStatement.hxx,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@@ -99,13 +99,15 @@ namespace connectivity
static jclass theClass; static jclass theClass;
// der Destruktor um den Object-Counter zu aktualisieren // der Destruktor um den Object-Counter zu aktualisieren
static void saveClassRef( jclass pClass ); static void saveClassRef( jclass pClass );
virtual void createStatement();
virtual ~java_sql_PreparedStatement(); virtual ~java_sql_PreparedStatement();
public: public:
DECLARE_SERVICE_INFO(); DECLARE_SERVICE_INFO();
static jclass getMyClass(); static jclass getMyClass();
// ein Konstruktor, der fuer das Returnen des Objektes benoetigt wird: // 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 ::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(); virtual void SAL_CALL acquire() throw();