From 2fedd2e1d4782cfeceab85b14bf97016fb51b230 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Wed, 21 Nov 2007 14:16:25 +0000 Subject: 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 --- offapi/com/sun/star/sdbc/JDBCConnectionProperties.idl | 14 +++++++++++--- 1 file 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 #endif - +#ifndef __com_sun_star_beans_NamedValue_idl__ +#include +#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 java.lang.System.setProperty 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 than the statement will support the XGeneratedResultSet (future concept) interface, otherwise not. */ -- cgit v1.2.3