summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-21 14:16:25 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-21 14:16:25 +0000
commit2fedd2e1d4782cfeceab85b14bf97016fb51b230 (patch)
treeefbf144749694742f63f8e53f27055e4b427e653 /offapi/com/sun/star/sdbc
parent1c8aa97d173e9ac7931f204fd5e8b84ec029060b (diff)
INTEGRATION: CWS dba24c (1.7.130); FILE MERGED
2007/10/30 09:36:33 fs 1.7.130.2: #i10000# 2007/10/29 11:25:10 fs 1.7.130.1: #i83079# +SystemProperties
Diffstat (limited to 'offapi/com/sun/star/sdbc')
-rw-r--r--offapi/com/sun/star/sdbc/JDBCConnectionProperties.idl14
1 files changed, 11 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sdbc/JDBCConnectionProperties.idl b/offapi/com/sun/star/sdbc/JDBCConnectionProperties.idl
index 4e632d340..ebcaa1c41 100644
--- a/offapi/com/sun/star/sdbc/JDBCConnectionProperties.idl
+++ b/offapi/com/sun/star/sdbc/JDBCConnectionProperties.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: JDBCConnectionProperties.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: obo $ $Date: 2007-03-12 10:45:30 $
+ * last change: $Author: ihi $ $Date: 2007-11-21 15:16:25 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -38,7 +38,10 @@
#ifndef __com_sun_star_sdbc_ConnectionProperties_idl__
#include <com/sun/star/sdbc/ConnectionProperties.idl>
#endif
-
+#ifndef __com_sun_star_beans_NamedValue_idl__
+#include <com/sun/star/beans/NamedValue.idl>
+#endif
+
module com { module sun { module star { module sdbc {
/** represents the properties for a JDBC connection (session) with a specific
@@ -82,6 +85,11 @@ service JDBCConnectionProperties
*/
[optional, property] string JavaDriverClassPath;
+ /** specifies a set of properties to pass to <code>java.lang.System.setProperty</code> before
+ loading the system's JDBC driver.
+ */
+ [optional, property] sequence< ::com::sun::star::beans::NamedValue > SystemProperties;
+
/** specifies if retrieving of auto generated values should be enabled or not.
If <TRUE/> than the statement will support the XGeneratedResultSet (future concept) interface, otherwise not.
*/