summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sdbcx/Driver.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2001-10-25 14:35:32 +0000
committerMichael Hönnig <mi@openoffice.org>2001-10-25 14:35:32 +0000
commit05a4762ae7529ab0d9089eebcc92c4fac2e5baf1 (patch)
treee3b66cb1bbd63cefc23f7e0a7ed10915ef8bc088 /offapi/com/sun/star/sdbcx/Driver.idl
parent#65293# corrected misspelling (diff)
downloadcore-05a4762ae7529ab0d9089eebcc92c4fac2e5baf1.tar.gz
core-05a4762ae7529ab0d9089eebcc92c4fac2e5baf1.zip
proofreading and corrections from Richard Holt
Diffstat (limited to 'offapi/com/sun/star/sdbcx/Driver.idl')
-rw-r--r--offapi/com/sun/star/sdbcx/Driver.idl22
1 files changed, 11 insertions, 11 deletions
diff --git a/offapi/com/sun/star/sdbcx/Driver.idl b/offapi/com/sun/star/sdbcx/Driver.idl
index 4fdf5ba605b2..18511bbca691 100644
--- a/offapi/com/sun/star/sdbcx/Driver.idl
+++ b/offapi/com/sun/star/sdbcx/Driver.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Driver.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2001-01-23 10:08:33 $
+ * last change: $Author: mi $ $Date: 2001-10-25 15:35:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,18 +75,15 @@ interface XDropCatalog;
// DocMerge from xml: service com::sun::star::sdbcx::Driver
/** extends the service <type scope="com::sun::star::sdbc">Driver</type> by
beans for data definition.
-
-
-
- <p>This service is optional for each driver. Its purpose is to define
+<p>
+ This service is optional for each driver. Its purpose is to define
a common way for database definition, as the DDL differs between most DBMS.
-
- </p>
- <p>Definition and deletion of database catalogs can't be defined in a common
- manner for DBMS. But it should be possible to hide much of the complexitivity
+</p><p>
+ Definition and deletion of database catalogs can't be defined in a common
+ manner for DBMS, but it should be possible to hide much of the complexity
of creation and deletion of catalogs. Each driver could provide methods to
cover these tasks.
- </p>
+</p>
*/
service Driver
{
@@ -114,6 +111,9 @@ service Driver
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2001/01/23 10:08:33 mi
+ optional interfaces now marked as [optional] instead of just a prosa description of this fact
+
Revision 1.3 2000/11/08 12:43:39 mi
moved from api