summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/XDriver.idl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-01-15 13:07:54 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-01-15 13:07:54 +0000
commita3d4c2ca43a9caef8c480b21237866b48453f683 (patch)
treea583d3ec6e6aba1b425c07a466b7fb5c846397ef /offapi/com/sun/star/sdbc/XDriver.idl
parent1542e35a2b60814314c15f8dfdf2b226c303cc86 (diff)
INTEGRATION: CWS dba22b (1.11.230); FILE MERGED
2006/12/12 09:22:18 fs 1.11.230.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers
Diffstat (limited to 'offapi/com/sun/star/sdbc/XDriver.idl')
-rw-r--r--offapi/com/sun/star/sdbc/XDriver.idl10
1 files changed, 2 insertions, 8 deletions
diff --git a/offapi/com/sun/star/sdbc/XDriver.idl b/offapi/com/sun/star/sdbc/XDriver.idl
index f696b5ec9a43..d68b3cf1a901 100644
--- a/offapi/com/sun/star/sdbc/XDriver.idl
+++ b/offapi/com/sun/star/sdbc/XDriver.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: XDriver.idl,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 03:49:55 $
+ * last change: $Author: vg $ $Date: 2007-01-15 14:07:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -57,7 +57,6 @@
published interface XDriverManager;
-// DocMerge from xml: interface com::sun::star::sdbc::XDriver
/** is the interface that every driver class must implement.
@@ -84,7 +83,6 @@
published interface XDriver: com::sun::star::uno::XInterface
{
- // DocMerge from xml: method com::sun::star::sdbc::XDriver::connect
/** attempts to make a database connection to the given URL.
The driver should return
<NULL/>
@@ -129,7 +127,6 @@ published interface XDriver: com::sun::star::uno::XInterface
raises (SQLException);
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::sdbc::XDriver::acceptsURL
/** returns <TRUE/> if the driver thinks that it can open a connection
to the given URL. Typically drivers will return <TRUE/> if they
understand the subprotocol specified in the URL and <FALSE/> if
@@ -145,7 +142,6 @@ published interface XDriver: com::sun::star::uno::XInterface
boolean acceptsURL([in]string url) raises (SQLException);
//-------------------------------------------------------------------------
- // DocMerge from idl: method com::sun::star::sdbc::XDriver::getPropertyInfo
/** gets information about the possible properties for this driver.
<p>The getPropertyInfo method is intended to allow a generic GUI tool to
discover what properties it should prompt a human for in order to get
@@ -170,7 +166,6 @@ published interface XDriver: com::sun::star::uno::XInterface
raises (SQLException);
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::sdbc::XDriver::getMajorVersion
/** gets the driver's major version number. Initially this should be 1.
@returns
this driver's major version number
@@ -178,7 +173,6 @@ published interface XDriver: com::sun::star::uno::XInterface
long getMajorVersion();
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::sdbc::XDriver::getMinorVersion
/** gets the driver's minor version number. Initially this should be 0.
@returns
this driver's minor version number.