summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sdbc/XDatabaseMetaData.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/XDatabaseMetaData.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/XDatabaseMetaData.idl')
-rw-r--r--offapi/com/sun/star/sdbc/XDatabaseMetaData.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl b/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl
index ec65d59f7a67..277d39d7b70f 100644
--- a/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl
+++ b/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl
@@ -39,16 +39,16 @@
You can use the normal com::sun::star::sdbc::XRow
(or com::sun::star::sdb::XColumn)
methods such as
- <member scope="com::sun::star::sdbc">XRow::getString()</member>
+ com::sun::star::sdbc::XRow::getString()
and
- <member scope="com::sun::star::sdbc">XRow::getInt()</member>
+ com::sun::star::sdbc::XRow::getInt()
to retrieve the data from these XResultSets. If a given form of
metadata is not available, these methods should throw a
com::sun::star::sdbc::SQLException
.
After calling one of the getXXX() methods,
one can check whether that value is <NULL/>
- with the method <member scope="com::sun::star::sdbc">XRow::wasNull()</member>.
+ with the method com::sun::star::sdbc::XRow::wasNull().
In the text only "(may be <NULL/>)" is mentioned for this case.
</p>
<p>Some of these methods take arguments that are String patterns. These
@@ -1002,7 +1002,7 @@ published interface XDatabaseMetaData: com::sun::star::uno::XInterface
/** support the Database transactions?
If not, invoking the method
- <member scope="com::sun::star::sdbc">XConnection::commit()</member>
+ com::sun::star::sdbc::XConnection::commit()
is a noop and the
isolation level is TransactionIsolation_NONE.
@returns
@@ -2345,7 +2345,7 @@ published interface XDatabaseMetaData: com::sun::star::uno::XInterface
/** indicates whether or not a visible row delete can be detected by
calling
- <member scope="com::sun::star::sdbc">XResultSet::rowDeleted()</member>
+ com::sun::star::sdbc::XResultSet::rowDeleted()
. If deletesAreDetected()
returns <FALSE/>, then deleted rows are removed from the result set.
@param setType