LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_sdbcx_ResultSet_idl__
20 #define __com_sun_star_sdbcx_ResultSet_idl__
24 module
com { module sun { module star { module sdbcx {
26 published
interface XRowLocate;
27 published
interface XDeleteRows;
boolean IsBookmarkable
returns if the result set supports bookmark navigation.
Definition: ResultSet.idl:53
offers the possibility of canceling a job.
Definition: XCancellable.idl:34
is used to identify rows within a result set and to find rows by a bookmark.
Definition: XRowLocate.idl:40
boolean CanUpdateInsertedRows
returns whether the result set supports updating of newly inserted rows.
Definition: ResultSet.idl:65
Definition: Ambiguous.idl:22
provides access to a table of data.
Definition: ResultSet.idl:87
provides for the deletion of more than one row at a time.
Definition: XDeleteRows.idl:32
extends the SDBC ResultSet by the possibility of bookmark positioning, canceling the positioning,...
Definition: ResultSet.idl:34