diff options
author | Ocke Janssen <oj@openoffice.org> | 2002-08-01 06:16:25 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2002-08-01 06:16:25 +0000 |
commit | c6a73d573d77302154399159992200b1e6d492b6 (patch) | |
tree | c1bf50f4c3234fc1b3dc2d816d5930855309c793 /connectivity/source/inc/java/sql | |
parent | 54ef37af8f5ebe29aa2dfa2655cfb1057bee5f30 (diff) |
#101824# correct propertInfo name access
Diffstat (limited to 'connectivity/source/inc/java/sql')
-rw-r--r-- | connectivity/source/inc/java/sql/Driver.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/connectivity/source/inc/java/sql/Driver.hxx b/connectivity/source/inc/java/sql/Driver.hxx index 97b3b41b0b..da3d060caa 100644 --- a/connectivity/source/inc/java/sql/Driver.hxx +++ b/connectivity/source/inc/java/sql/Driver.hxx @@ -2,9 +2,9 @@ * * $RCSfile: Driver.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: oj $ $Date: 2002-07-25 07:19:58 $ + * last change: $Author: oj $ $Date: 2002-08-01 07:16:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -90,6 +90,9 @@ namespace connectivity static jclass theClass; // der Destruktor um den Object-Counter zu aktualisieren static void saveClassRef( jclass pClass ); + + void loadDriverFromProperties( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& info,::rtl::OUString& _rsGeneratedValueStatement,sal_Bool& _rbAutoRetrievingEnabled); + virtual ~java_sql_Driver(); public: // only available to set the driver |