summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/ResultSetType.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
committerMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
commitcb23f6a62077022736a40d6315ee92a218f489e0 (patch)
tree713895d0de4930fd1a37b2fb7bb6ded971a2acdf /offapi/com/sun/star/sdbc/ResultSetType.idl
parent625aff4ec7a47d618a9da160e962fc6fb5c834c5 (diff)
#94968# IDL reviews merged
Diffstat (limited to 'offapi/com/sun/star/sdbc/ResultSetType.idl')
-rw-r--r--offapi/com/sun/star/sdbc/ResultSetType.idl23
1 files changed, 17 insertions, 6 deletions
diff --git a/offapi/com/sun/star/sdbc/ResultSetType.idl b/offapi/com/sun/star/sdbc/ResultSetType.idl
index 0368ae9b9894..76487a6fe03c 100644
--- a/offapi/com/sun/star/sdbc/ResultSetType.idl
+++ b/offapi/com/sun/star/sdbc/ResultSetType.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ResultSetType.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:35 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:06:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,21 +71,26 @@ constants ResultSetType
{
// DocMerge from idl: value com::sun::star::sdbc::ResultSetType::FORWARD_ONLY
- /** is the type for a <code>ResultSet</code> object whose cursor may
- move only forward.
+ /** is the type for a
+ <type scope="sun::com::star::sdbc">ResultSet</type>
+ object whose cursor may move only forward.
*/
const long FORWARD_ONLY = 1003;
// DocMerge from idl: value com::sun::star::sdbc::ResultSetType::SCROLL_INSENSITIVE
- /** is the type for a <code>ResultSet</code> object that is scrollable
+ /** is the type for a
+ <type scope="sun::com::star::sdbc">ResultSet</type>
+ object that is scrollable
but generally not sensitive to changes made by others.
*/
const long SCROLL_INSENSITIVE = 1004;
// DocMerge from idl: value com::sun::star::sdbc::ResultSetType::SCROLL_SENSITIVE
- /** is the type for a <code>ResultSet</code> object that is scrollable
+ /** is the type for a
+ <type scope="sun::com::star::sdbc">ResultSet</type>
+ object that is scrollable
and generally sensitive to changes made by others.
*/
const long SCROLL_SENSITIVE = 1005;
@@ -97,6 +102,12 @@ constants ResultSetType
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3.24.1 2002/02/18 09:00:56 oj
+ #97563# parameter,return value and exception description
+
+ Revision 1.3 2000/11/08 12:43:35 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:40 hjs
initial import