summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/RowSet.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbc/RowSet.idl')
-rw-r--r--offapi/com/sun/star/sdbc/RowSet.idl12
1 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/sdbc/RowSet.idl b/offapi/com/sun/star/sdbc/RowSet.idl
index 309c1bda42c7..f8b9183688e9 100644
--- a/offapi/com/sun/star/sdbc/RowSet.idl
+++ b/offapi/com/sun/star/sdbc/RowSet.idl
@@ -121,18 +121,18 @@ published service RowSet
<p>
This limit is the maximum number of bytes that can be returned
for any column value. The limit applies only to
- <member scope= "com::sun::star::sdbc">DataType::BINARY</member>
+ com::sun::star::sdbc::DataType::BINARY
,
- <member scope= "com::sun::star::sdbc">DataType::VARBINARY</member>
+ com::sun::star::sdbc::DataType::VARBINARY
,
- <member scope= "com::sun::star::sdbc">DataType::LONGVARBINARY</member>
+ com::sun::star::sdbc::DataType::LONGVARBINARY
,
- <member scope= "com::sun::star::sdbc">DataType::CHAR</member>
+ com::sun::star::sdbc::DataType::CHAR
,
- <member scope= "com::sun::star::sdbc">DataType::VARCHAR</member>
+ com::sun::star::sdbc::DataType::VARCHAR
,
and
- <member scope= "com::sun::star::sdbc">DataType::LONGVARCHAR</member>
+ com::sun::star::sdbc::DataType::LONGVARCHAR
columns.
If the limit is exceeded, the excess data is silently discarded.
<br/>