summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/XParameters.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbc/XParameters.idl')
-rw-r--r--offapi/com/sun/star/sdbc/XParameters.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sdbc/XParameters.idl b/offapi/com/sun/star/sdbc/XParameters.idl
index 1448220cd497..46e87d1c4348 100644
--- a/offapi/com/sun/star/sdbc/XParameters.idl
+++ b/offapi/com/sun/star/sdbc/XParameters.idl
@@ -50,13 +50,13 @@
must specify types that are compatible with the defined SQL type of
the input parameter. For instance, if the IN parameter has SQL type
Integer, then the method
- <member scope="com::sun::star::sdbc">XParameters::setInt()</member>
+ com::sun::star::sdbc::XParameters::setInt()
should be used.
</p>
<p>
If arbitrary parameter type conversions are required, the method
- <member scope="com::sun::star::sdbc">XParameters::setObject()</member>
+ com::sun::star::sdbc::XParameters::setObject()
should be used with a target SQL type.
<br/>
<br/>
@@ -342,9 +342,9 @@ published interface XParameters: com::sun::star::uno::XInterface
) to be sent to the database. The scale argument may further qualify this type.
@param scale
for
- <member scope="com::sun::star::sdbc">DataType::DECIMAL</member>
+ com::sun::star::sdbc::DataType::DECIMAL
or
- <member scope="com::sun::star::sdbc">DataType::NUMERIC</member>
+ com::sun::star::sdbc::DataType::NUMERIC
types, this is the number of digits after the decimal point. For all other types, this value will be ignored.
@throws SQLException
if a database access error occurs.