summaryrefslogtreecommitdiff
path: root/connectivity/source/inc
diff options
context:
space:
mode:
authorOcke Janssen [oj] <Ocke.Janssen@sun.com>2009-11-13 13:50:51 +0100
committerOcke Janssen [oj] <Ocke.Janssen@sun.com>2009-11-13 13:50:51 +0100
commite533272ce42feeaecf3d29ef71dbda03d24bc2b3 (patch)
treef0b29c8ab89b325af8ee75de033e05473253d9bd /connectivity/source/inc
parent89b8ef0512fbdc94fffb361d276d9a749418569f (diff)
dba33b: #i106875# JavaDriverClassPath will now be read inside the JDBC driver
Diffstat (limited to 'connectivity/source/inc')
-rw-r--r--connectivity/source/inc/java/sql/Connection.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/connectivity/source/inc/java/sql/Connection.hxx b/connectivity/source/inc/java/sql/Connection.hxx
index 55244525da..713433d842 100644
--- a/connectivity/source/inc/java/sql/Connection.hxx
+++ b/connectivity/source/inc/java/sql/Connection.hxx
@@ -80,6 +80,11 @@ namespace connectivity
const ::rtl::OUString& _sDriverClassPath,
const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& _rSystemProperties
);
+ /** load driver class path from system configuration.
+ @param _sDriverClass
+ The driver class name to look for in the configuration.
+ */
+ ::rtl::OUString impl_getJavaDriverClassPath_nothrow(const ::rtl::OUString& _sDriverClass);
protected:
// statische Daten fuer die Klasse