20 module
com { module sun { module star { module sdbcx {
22 published
interface XRowLocate;
23 published
interface XDeleteRows;
offers the possibility of canceling a job.
Definition XCancellable.idl:30
Definition Ambiguous.idl:20
provides access to a table of data.
Definition ResultSet.idl:79
interface XDeleteRows
is the interface for deleting more than one row, identified by its bookmark.
Definition ResultSet.idl:49
service com::sun::star::sdbc::ResultSet
Definition ResultSet.idl:31
interface XRowLocate
is the interface for navigating on the result set by unique bookmarks.
Definition ResultSet.idl:43
boolean CanUpdateInsertedRows
returns whether the result set supports updating of newly inserted rows.
Definition ResultSet.idl:61
boolean IsBookmarkable
returns if the result set supports bookmark navigation.
Definition ResultSet.idl:54