summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sdb/RowSet.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdb/RowSet.idl')
-rw-r--r--offapi/com/sun/star/sdb/RowSet.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sdb/RowSet.idl b/offapi/com/sun/star/sdb/RowSet.idl
index 72e9a7c8c6ba..6691370dacea 100644
--- a/offapi/com/sun/star/sdb/RowSet.idl
+++ b/offapi/com/sun/star/sdb/RowSet.idl
@@ -282,11 +282,11 @@ published service RowSet
<p>In case of a #CommandType of CommandType::COMMAND,
means in case the #Command specifies an SQL statement, the inherited
- <member scope="com::sun::star::sdbc">RowSet::EscapeProcessing</member>
+ com::sun::star::sdbc::RowSet::EscapeProcessing
becomes relevant:<br/>
It then can be to used to specify whether the SQL statement should be analyzed on the
client side before sending it to the database server.<br/>
- The default value for <member scope="com::sun::star::sdbc">RowSet::EscapeProcessing</member>
+ The default value for com::sun::star::sdbc::RowSet::EscapeProcessing
is <TRUE/>. By switching it to <FALSE/>, you can pass backend-specific SQL statements,
which are not standard SQL, to your database.</p>