summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/XStatement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbc/XStatement.idl')
-rw-r--r--offapi/com/sun/star/sdbc/XStatement.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sdbc/XStatement.idl b/offapi/com/sun/star/sdbc/XStatement.idl
index ec0ae6641038..4d0ac4bad061 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>