diff options
author | Ocke Janssen <oj@openoffice.org> | 2002-07-19 10:16:37 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2002-07-19 10:16:37 +0000 |
commit | 04b980ca90c447bad8bbd94a130883d8886a9921 (patch) | |
tree | 2533d2a47f4654a06c2fd8981964523f9fdadb6e /offapi | |
parent | fc33558c123e42c366a74a7717270710a0d6a3aa (diff) |
#95146# insert since tag
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/sdbc/PreparedStatement.idl | 9 | ||||
-rw-r--r-- | offapi/com/sun/star/sdbc/Statement.idl | 8 |
2 files changed, 13 insertions, 4 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 diff --git a/offapi/com/sun/star/sdbc/Statement.idl b/offapi/com/sun/star/sdbc/Statement.idl index cf6041a873c7..53dd8e14e1f4 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.7 $ + * $Revision: 1.8 $ * - * last change: $Author: oj $ $Date: 2002-07-19 10:09:02 $ + * last change: $Author: oj $ $Date: 2002-07-19 11:16:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -121,6 +121,7 @@ service Statement /** 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; @@ -252,6 +253,9 @@ service Statement /*=========================================================================== $Log: not supported by cvs2svn $ + Revision 1.7 2002/07/19 10:09:02 oj + #95146# new interface to query for autogenerated values + Revision 1.6 2001/11/01 16:46:46 mi proofreading and corrections from Richard Holt |