Kaydet (Commit) 00657c3b authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

correct pointers in offapi documentation

Change-Id: I24389f1d35514cd45bbe203dbb3af83e4174a2d4
üst bd19e78f
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment