summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/ParametersRequest.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/sdb/ParametersRequest.idl
parent625aff4ec7a47d618a9da160e962fc6fb5c834c5 (diff)
#94968# IDL reviews merged
Diffstat (limited to 'offapi/com/sun/star/sdb/ParametersRequest.idl')
-rw-r--r--offapi/com/sun/star/sdb/ParametersRequest.idl28
1 files changed, 21 insertions, 7 deletions
diff --git a/offapi/com/sun/star/sdb/ParametersRequest.idl b/offapi/com/sun/star/sdb/ParametersRequest.idl
index f11ccff865f7..9bd6a5184b7b 100644
--- a/offapi/com/sun/star/sdb/ParametersRequest.idl
+++ b/offapi/com/sun/star/sdb/ParametersRequest.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ParametersRequest.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2001-10-25 15:00:32 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:06:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,20 +78,28 @@
//=============================================================================
-/** an error specifying the lack of parameters values</p>
+/** an error specifying the lack of parameters values
+ <p>
Usually thrown if someone tries to execute an SQL statement containing
parameters which can't be filled by the executing instance.
+ </p>
*/
exception ParametersRequest: com::sun::star::task::ClassifiedInteractionRequest
{
- /** is the list of parameters requested.</p>
- The objects returned by the <type scope="com.sun.star.container">XIndexAccess</type> have to
+ /** is the list of parameters requested.
+ The objects returned by the
+ <type scope="com.sun.star.container">XIndexAccess</type>
+ have to
be property sets describing the respective parameter. For this, the objects have to support the
- service <service scope="com.sun.star.sdbcx">Column</service>.
+ service
+ <service scope="com.sun.star.sdbcx">
+ Column
+ </service>
+ .
*/
com::sun::star::container::XIndexAccess Parameters;
- /** specifies the connection on which the statement is to be executed.</p>
+ /** specifies the connection on which the statement is to be executed.
Somebody handling the request could, e.g., use the connection for determining
the identifier quote string, etc.
*/
@@ -105,6 +113,12 @@ exception ParametersRequest: com::sun::star::task::ClassifiedInteractionRequest
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4.2.1 2002/02/18 10:22:59 oj
+ #97563# parameter,return value and exception description
+
+ Revision 1.4 2001/10/25 15:00:32 mi
+ proofreading and corrections from Richard Holt
+
Revision 1.3 2000/11/08 12:43:31 mi
moved from api