summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/PreparedStatement.idl
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-07-19 10:16:37 +0000
committerOcke Janssen <oj@openoffice.org>2002-07-19 10:16:37 +0000
commit04b980ca90c447bad8bbd94a130883d8886a9921 (patch)
tree2533d2a47f4654a06c2fd8981964523f9fdadb6e /offapi/com/sun/star/sdbc/PreparedStatement.idl
parentfc33558c123e42c366a74a7717270710a0d6a3aa (diff)
#95146# insert since tag
Diffstat (limited to 'offapi/com/sun/star/sdbc/PreparedStatement.idl')
-rw-r--r--offapi/com/sun/star/sdbc/PreparedStatement.idl9
1 files changed, 7 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sdbc/PreparedStatement.idl b/offapi/com/sun/star/sdbc/PreparedStatement.idl
index 7e08b7b8a960..c9c085456c02 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.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: oj $ $Date: 2002-07-19 10:09:03 $
+ * last change: $Author: oj $ $Date: 2002-07-19 11:16:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -139,6 +139,8 @@ service PreparedStatement
/** 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;
@@ -269,6 +271,9 @@ service PreparedStatement
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.8 2002/07/19 10:09:03 oj
+ #95146# new interface to query for autogenerated values
+
Revision 1.7 2001/11/01 16:46:46 mi
proofreading and corrections from Richard Holt