summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/DataSource.idl
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-06-17 06:01:55 +0000
committerOcke Janssen <oj@openoffice.org>2002-06-17 06:01:55 +0000
commit91283cf8de25fa0d9fd6a1826e69d7309d5959ab (patch)
treee275ef5b5abc45b82aaa5947740a9d7458a21cb8 /offapi/com/sun/star/sdb/DataSource.idl
parent8490e59f0e48df53aaf2d3756230b67eb1c5bfa2 (diff)
interface XDataSource was missing.
Diffstat (limited to 'offapi/com/sun/star/sdb/DataSource.idl')
-rw-r--r--offapi/com/sun/star/sdb/DataSource.idl17
1 files changed, 15 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sdb/DataSource.idl b/offapi/com/sun/star/sdb/DataSource.idl
index 4f02c8a8c259..9351e2b96174 100644
--- a/offapi/com/sun/star/sdb/DataSource.idl
+++ b/offapi/com/sun/star/sdb/DataSource.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DataSource.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2001-10-25 15:00:32 $
+ * last change: $Author: oj $ $Date: 2002-06-17 07:01:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -113,6 +113,10 @@ service DataSource
*/
interface XQueryDefinitionsSupplier;
+ /* useful for establishing connections and to get and set the login timeout.
+ */
+ interface com::sun::star::sdbc::XDataSource;
+
/** provides access to bookmarks to documents associated with the data source
<p>The object returned by the <method>XBookmarksSupplier::getBookmarks</method> supports the
<service>DefinitionContainer</service> service.</p>
@@ -190,6 +194,15 @@ service DataSource
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.7.2.2 2002/06/17 07:00:12 oj
+ interface XDataSource was missing.
+
+ Revision 1.7.2.1 2002/02/18 10:23:09 oj
+ #97563# parameter,return value and exception description
+
+ Revision 1.7 2001/10/25 15:00:32 mi
+ proofreading and corrections from Richard Holt
+
Revision 1.6 2001/04/26 09:13:56 fs
added (optional) interface XBookmarksSupplier