diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-28 15:12:33 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-28 15:12:33 +0000 |
commit | a0cb26a1db792fba9c5a11453ef46dc5018ddec7 (patch) | |
tree | 61cadb3119bec17cea1443865fdea9ae0395b348 /connectivity/source/inc/java/sql | |
parent | c01b2f6a2ed295089a4836216c8cf2170972f09f (diff) |
INTEGRATION: CWS apps61beta2 (1.8.52); FILE MERGED
2003/04/11 06:20:33 oj 1.8.52.1: #108711# use jvmaccess for jvm
Diffstat (limited to 'connectivity/source/inc/java/sql')
-rw-r--r-- | connectivity/source/inc/java/sql/Connection.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/inc/java/sql/Connection.hxx b/connectivity/source/inc/java/sql/Connection.hxx index 4dcf43cd4c..4d10784823 100644 --- a/connectivity/source/inc/java/sql/Connection.hxx +++ b/connectivity/source/inc/java/sql/Connection.hxx @@ -2,9 +2,9 @@ * * $RCSfile: Connection.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2003-04-24 13:27:28 $ + * last change: $Author: hr $ $Date: 2003-04-28 16:12:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -112,7 +112,7 @@ namespace connectivity The new statement witgh unnamed parameters. */ ::rtl::OUString transFormPreparedStatement(const ::rtl::OUString& _sSQL); - void loadDriverFromProperties( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& info,::rtl::OUString& _rsGeneratedValueStatement,sal_Bool& _rbAutoRetrievingEnabled,sal_Bool& _bParameterSubstitution_sal_Bool& _bIgnore); + void loadDriverFromProperties( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& info,::rtl::OUString& _rsGeneratedValueStatement,sal_Bool& _rbAutoRetrievingEnabled,sal_Bool& _bParameterSubstitution,sal_Bool& _bIgnore); protected: // statische Daten fuer die Klasse static jclass theClass; |