[Libreoffice-commits] core.git: offapi/com
Lionel Elie Mamane
lionel at mamane.lu
Mon Aug 5 06:07:11 PDT 2013
offapi/com/sun/star/sdbc/XStatement.idl | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 00657c3b1ed5843d15dbc3aea8fa57be056b0935
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date: Mon Aug 5 14:59:18 2013 +0200
correct pointers in offapi documentation
Change-Id: I24389f1d35514cd45bbe203dbb3af83e4174a2d4
diff --git a/offapi/com/sun/star/sdbc/XStatement.idl b/offapi/com/sun/star/sdbc/XStatement.idl
index ec0ae66..4d0ac4b 100644
--- a/offapi/com/sun/star/sdbc/XStatement.idl
+++ b/offapi/com/sun/star/sdbc/XStatement.idl
@@ -86,11 +86,11 @@ published interface XStatement: com::sun::star::uno::XInterface
<code>execute</code>
method executes a SQL statement and indicates
the form of the first result. You can then use
- com::sun::star::sdbc::XStatement::getResultSet()
+ com::sun::star::sdbc::XMultipleResults::getResultSet()
or
- com::sun::star::sdbc::XStatement::getUpdateCount()
+ com::sun::star::sdbc::XMultipleResults::getUpdateCount()
to retrieve the result, and
- com::sun::star::sdbc::XStatement::getMoreResults()
+ com::sun::star::sdbc::XMultipleResults::getMoreResults()
to move to any subsequent result(s).
</p>
More information about the Libreoffice-commits
mailing list