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 execute 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).