summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/RowSet.idl
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-04-04 16:55:06 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-04-04 16:55:06 +0000
commite4aeea8ab49ca4c2113914de6062456d48c3ef8a (patch)
tree0af7dae44e45f9f40354b6564d68664269a95bc5 /offapi/com/sun/star/sdb/RowSet.idl
parentf167b3e522297547d8c279727fcfa735fcc531b5 (diff)
INTEGRATION: CWS os7 (1.9.2.1.44); FILE MERGED
2003/03/22 16:34:36 fs 1.9.2.1.44.1: #108018# added the EscapeProcessing property / some documentation
Diffstat (limited to 'offapi/com/sun/star/sdb/RowSet.idl')
-rw-r--r--offapi/com/sun/star/sdb/RowSet.idl19
1 files changed, 15 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sdb/RowSet.idl b/offapi/com/sun/star/sdb/RowSet.idl
index 42c116c21..99fe93481 100644
--- a/offapi/com/sun/star/sdb/RowSet.idl
+++ b/offapi/com/sun/star/sdb/RowSet.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: RowSet.idl,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:55:04 $
+ * last change: $Author: hr $ $Date: 2003-04-04 17:55:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -252,9 +252,20 @@ service RowSet
/** is the type of the command.
@see com::sun::star::sdb::CommandType
- @see com::sun::star::sdb::CommandType
*/
- [property] long CommandType;
+ [property] long CommandType;
+
+ // note: the EscapeProcessing is not really optional, but we needed to declare it this way because
+ // the service was already frozen
+ /** specifies if the <member>Command</member> should be analyzed on the client side before sending it
+ to the database server.
+
+ <p>The default value of this property is <TRUE/>. By switching it to <FALSE/>, you can pass
+ backend-specific SQL statements, which are not standard SQL, to your database.</p>
+
+ <p>This property is evaluated if and only if <member>CommandType</member> equals <member>CommandType::COMMAND</member>.</p>
+ */
+ [optional, property] boolean EscapeProcessing;
/** is the command which is currently used.