summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/DataAccessDescriptor.idl
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 13:05:51 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 13:05:51 +0000
commitbfb55d283409388118b9c3b86ae81321ce6cb9f6 (patch)
treeb22c09ef4d98f63c35ead1ad0f68c217ae749d91 /offapi/com/sun/star/sdb/DataAccessDescriptor.idl
parent6dbefb6b4b05e8e080d75743bf7f1406f1bebbe9 (diff)
INTEGRATION: CWS insight01 (1.3.182); FILE MERGED
2004/07/06 09:12:46 oj 1.3.182.2: RESYNC: (1.3-1.4); FILE MERGED 2004/02/18 07:22:55 oj 1.3.182.1: #i25414# new properties for database location
Diffstat (limited to 'offapi/com/sun/star/sdb/DataAccessDescriptor.idl')
-rw-r--r--offapi/com/sun/star/sdb/DataAccessDescriptor.idl28
1 files changed, 24 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sdb/DataAccessDescriptor.idl b/offapi/com/sun/star/sdb/DataAccessDescriptor.idl
index feaddafdca47..11c799cece92 100644
--- a/offapi/com/sun/star/sdb/DataAccessDescriptor.idl
+++ b/offapi/com/sun/star/sdb/DataAccessDescriptor.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DataAccessDescriptor.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2004-06-03 21:34:25 $
+ * last change: $Author: hr $ $Date: 2004-08-02 14:05:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -95,14 +95,34 @@ published service DataAccessDescriptor
{
/** specifies the name of the datasource to access.
- <p>This data source is usually used to create a <type>Connection</type>. If no DataSourceName is given,
- then an <member>ActiveConnection</member> is reuqired.</p>
+ <p>This data source is usually used to create a <type>Connection</type>. If no DataSourceName is given
+ and the <member>DatabaseLocation</member> and the <member>ConnectionResource</member> are emtpy, then an <member>ActiveConnection</member> is reuqired.</p>
@see com::sun::star::sdb::DatabaseContext
@see ActiveConnection
*/
[optional, property] string DataSourceName;
+ /** specifies the URL of the database file.
+
+ <p>This database location is usually used to create a <type>Connection</type>. If no DatabaseLocation is given
+ and the <member>ConnectionResource</member> is emtpy, then an <member>ActiveConnection</member> is reuqired.</p>
+
+ @see com::sun::star::sdb::DatabaseContext
+ @see ActiveConnection
+ */
+ [optional, property] string DatabaseLocation;
+
+ /** specifies the database URL which locates a database driver.
+
+ <p>This database URL is usually used to create a <type>Connection</type>. If no ConnectionResource is given,
+ then an <member>ActiveConnection</member> is reuqired.</p>
+
+ @see com::sun::star::sdb::DatabaseContext
+ @see ActiveConnection
+ */
+ [optional, property] string ConnectionResource;
+
/** is a connection to use.
<p>This object is guaranteed to be a <type scope="com::sun::star::sdbc">Connection</type>, but usually