summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/PreparedStatement.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2001-01-23 09:08:47 +0000
committerMichael Hönnig <mi@openoffice.org>2001-01-23 09:08:47 +0000
commit745f0a395378a64da436aafbaf9ddfa955705da5 (patch)
treee1cc1978e8888ade5383ac662d0cd8593dcf1581 /offapi/com/sun/star/sdbc/PreparedStatement.idl
parent38dd41be773a63a996ad788112b09f73a585cee4 (diff)
optional interfaces now marked as [optional] instead of just a prosa description of this fact
Diffstat (limited to 'offapi/com/sun/star/sdbc/PreparedStatement.idl')
-rw-r--r--offapi/com/sun/star/sdbc/PreparedStatement.idl13
1 files changed, 8 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sdbc/PreparedStatement.idl b/offapi/com/sun/star/sdbc/PreparedStatement.idl
index b082fb8be017..2786aa582592 100644
--- a/offapi/com/sun/star/sdbc/PreparedStatement.idl
+++ b/offapi/com/sun/star/sdbc/PreparedStatement.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: PreparedStatement.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-19 16:03:44 $
+ * last change: $Author: mi $ $Date: 2001-01-23 10:08:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -118,7 +118,7 @@ service PreparedStatement
/** optional for implementation, controls the releasing of resources
and the notification of registered listeners.
*/
- interface com::sun::star::lang::XComponent;
+ [optional] interface com::sun::star::lang::XComponent;
// DocMerge from xml: service com::sun::star::sdbc::PreparedStatement: interface com::sun::star::sdbc::XCloseable
@@ -135,7 +135,7 @@ service PreparedStatement
if both the DBMS and the driver support aborting an SQL statement.
The implementation is optional.
*/
- interface com::sun::star::util::XCancellable;
+ [optional] interface com::sun::star::util::XCancellable;
// DocMerge from xml: service com::sun::star::sdbc::PreparedStatement: interface com::sun::star::sdbc::XPreparedStatement
@@ -170,7 +170,7 @@ service PreparedStatement
<member scope= "com::sun::star::sdbc">
XDatabaseMetaData::supportsBatchUpdates()</member>
*/
- interface XPreparedBatchExecution;
+ [optional] interface XPreparedBatchExecution;
// DocMerge from xml: service com::sun::star::sdbc::PreparedStatement: interface com::sun::star::sdbc::XWarningsSupplier
@@ -271,6 +271,9 @@ service PreparedStatement
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/12/19 16:03:44 mi
+ documentations syntax errors fixed
+
Revision 1.3 2000/11/08 12:43:35 mi
moved from api