LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_sdbc_XMultipleResults_idl__
20 #define __com_sun_star_sdbc_XMultipleResults_idl__
26 module
com { module sun { module star { module sdbc {
28 published
interface XResultSet;
provides the navigation on a table of data.
Definition: XResultSet.idl:44
is used for inspecting multiple results produced by the execution of a SQL statement.
Definition: XMultipleResults.idl:53
XResultSet getResultSet()
returns the current result as a com::sun::star::sdbc::ResultSet object.
Definition: Ambiguous.idl:22
base interface of all UNO interfaces
Definition: XInterface.idl:48
is an exception that provides information on a database access error.
Definition: SQLException.idl:45