summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sdbc/XSQLInput.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:25:41 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:02 +0200
commit24b331efedc6fdf1082e92a2db444d80ae7fed81 (patch)
treeb3cbb48758c70259bafb5053e46d5ae6937235ed /offapi/com/sun/star/sdbc/XSQLInput.idl
parent*api: convert remaining <member> (diff)
downloadcore-24b331efedc6fdf1082e92a2db444d80ae7fed81.tar.gz
core-24b331efedc6fdf1082e92a2db444d80ae7fed81.zip
*api: convert rest of <member scope="foo">
sed -i 's,<member scope="\([^"]*\)">\([^<]\+\)</member>,\1::\2,g' Change-Id: Idbe0adc5a88e430c99257d4d61e540bf0eeaea8f
Diffstat (limited to 'offapi/com/sun/star/sdbc/XSQLInput.idl')
-rw-r--r--offapi/com/sun/star/sdbc/XSQLInput.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sdbc/XSQLInput.idl b/offapi/com/sun/star/sdbc/XSQLInput.idl
index d494ae708da0..5ed9a72e0a08 100644
--- a/offapi/com/sun/star/sdbc/XSQLInput.idl
+++ b/offapi/com/sun/star/sdbc/XSQLInput.idl
@@ -57,14 +57,14 @@
is called with an object of a service implementing the interface
<code>SQLData</code>
, the SDBC driver calls the method
- <member scope="com::sun::star::sdbc">XSQLData::getSQLType()</member>
+ com::sun::star::sdbc::XSQLData::getSQLType()
to determine the SQL type of the user-defined type (UDT) being custom mapped.
The driver creates an instance of
com::sun::star::sdbc::XSQLInput
,
populating it with the attributes of the UDT. The driver then passes the input
stream to the method
- <member scope="com::sun::star::sdbc">XSQLData::readSQL()</member>
+ com::sun::star::sdbc::XSQLData::readSQL()
, which in turn calls the
<code>XSQLInput.readXXX</code>
methods in its implementation for reading the attributes from the input stream.
@@ -201,7 +201,7 @@ published interface XSQLInput: com::sun::star::uno::XInterface
the method returns <void/>. If the datum is a SQL structured or distinct
type, it determines the SQL type of the datum at the head of the stream,
constructs an object of the appropriate service, and calls the method
- <member scope="com::sun::star::sdbc">XSQLData::readSQL()</member>
+ com::sun::star::sdbc::XSQLData::readSQL()
on that object, which reads additional data
from the stream using the protocol described for that method.