summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/DriverManager.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbc/DriverManager.idl')
-rw-r--r--offapi/com/sun/star/sdbc/DriverManager.idl21
1 files changed, 15 insertions, 6 deletions
diff --git a/offapi/com/sun/star/sdbc/DriverManager.idl b/offapi/com/sun/star/sdbc/DriverManager.idl
index f8b9fb8c2..12a4bf1e7 100644
--- a/offapi/com/sun/star/sdbc/DriverManager.idl
+++ b/offapi/com/sun/star/sdbc/DriverManager.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DriverManager.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2001-11-01 16:46:45 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:06:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,16 +76,19 @@ interface XDriverManager;
/** is the basic service for managing a set of SDBC drivers.
- <p>As part of its initialization, the DriverManager service will
+ <p>
+ As part of its initialization, the DriverManager service will
attempt to load the registered drivers.
</p>
- <p>When the method <code>getConnection</code> is called,
+ <p>
+ When the method <code>getConnection</code> is called,
the DriverManager will attempt to
locate a suitable driver.
- </p>@see com::sun::star::sdbc::XDriver
- @see com::sun::star::sdbc::XConnection
+ </p>
+ @see com::sun::star::sdbc::XDriver
+ @see com::sun::star::sdbc::XConnection
*/
service DriverManager
{
@@ -107,6 +110,12 @@ service DriverManager
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4.2.1 2002/02/18 08:54:13 oj
+ #97563# parameter,return value and exception description
+
+ Revision 1.4 2001/11/01 16:46:45 mi
+ proofreading and corrections from Richard Holt
+
Revision 1.3 2000/11/08 12:43:35 mi
moved from api