diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2013-08-05 14:59:18 +0200 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2013-08-05 15:06:10 +0200 |
commit | 00657c3b1ed5843d15dbc3aea8fa57be056b0935 (patch) | |
tree | e28ef5d4d03daebea831c98cbd8b584ac1e41775 /offapi/com/sun/star/sdbc | |
parent | bd19e78f62a71bfe7bb6c6634cb021b1e26ef71a (diff) |
correct pointers in offapi documentation
Change-Id: I24389f1d35514cd45bbe203dbb3af83e4174a2d4
Diffstat (limited to 'offapi/com/sun/star/sdbc')
-rw-r--r-- | offapi/com/sun/star/sdbc/XStatement.idl | 6 |
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> |