summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/BatchUpdateException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbc/BatchUpdateException.idl')
-rw-r--r--offapi/com/sun/star/sdbc/BatchUpdateException.idl24
1 files changed, 17 insertions, 7 deletions
diff --git a/offapi/com/sun/star/sdbc/BatchUpdateException.idl b/offapi/com/sun/star/sdbc/BatchUpdateException.idl
index 6ab1dc71a..37a44563d 100644
--- a/offapi/com/sun/star/sdbc/BatchUpdateException.idl
+++ b/offapi/com/sun/star/sdbc/BatchUpdateException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: BatchUpdateException.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:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,8 +73,10 @@
<p>In addition to the information provided by
- <type scope="com::sun::star::sdbc">SQLException</type>}, a
- <code>BatchUpdateException</code> provides the update counts for all commands
+ <type scope="com::sun::star::sdbc">SQLException</type>
+ , a
+ <code>BatchUpdateException</code>
+ provides the update counts for all commands
that were executed successfully during the batch update, that is, all commands
that were executed before the error occurred. The order of elements in an
array of update counts corresponds to the order in which commands were added
@@ -84,9 +86,11 @@ exception BatchUpdateException: SQLException
{
// DocMerge from idl: field com::sun::star::sdbc::BatchUpdateException::UpdateCounts
- /** is an array of <code>long</code>, with each element
- indicating the update count for a SQL command that executed
- successfully before the exception was thrown.
+ /** is an array of
+ <code>long</code>
+ , with each element
+ indicating the update count for a SQL command that executed
+ successfully before the exception was thrown.
*/
sequence<long> UpdateCounts;
};
@@ -97,6 +101,12 @@ exception BatchUpdateException: SQLException
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3.24.1 2002/02/18 08:54:13 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:38 hjs
initial import