summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/Statement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbc/Statement.idl')
-rw-r--r--offapi/com/sun/star/sdbc/Statement.idl12
1 files changed, 2 insertions, 10 deletions
diff --git a/offapi/com/sun/star/sdbc/Statement.idl b/offapi/com/sun/star/sdbc/Statement.idl
index faa5ffcdf..9c361120f 100644
--- a/offapi/com/sun/star/sdbc/Statement.idl
+++ b/offapi/com/sun/star/sdbc/Statement.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Statement.idl,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: mi $ $Date: 2002-12-10 16:13:56 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:42:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,7 +80,6 @@ interface XStatement;
interface XBatchExecution;
interface XMultipleResults;
interface XCloseable;
-interface XGeneratedResultSet;
// DocMerge from xml: service com::sun::star::sdbc::Statement
@@ -120,13 +119,6 @@ service Statement
The implementation is optional.
*/
[optional] interface com::sun::star::util::XCancellable;
-
- /** could be used to retrieve a result set which gives access to automatically generated values after an insert statement.
- The implementation is optional.
- @since #95146#
- */
- [optional] interface com::sun::star::sdbc::XGeneratedResultSet;
-
// DocMerge from xml: service com::sun::star::sdbc::Statement: interface com::sun::star::sdbc::XStatement
/** is the interface for executing SQL commands.