20  module 
com {  module sun {  module star {  module sdbcx {
    22  published 
interface XRowLocate;
    23  published 
interface XDeleteRows;
    54     [readonly, property] 
boolean IsBookmarkable;
 provides access to a table of data. 
Definition: ResultSet.idl:78
 
Definition: Ambiguous.idl:20
 
boolean CanUpdateInsertedRows
returns whether the result set supports updating of newly inserted rows. 
Definition: ResultSet.idl:61
 
is used to identify rows within a result set and to find rows by a bookmark. 
Definition: XRowLocate.idl:33
 
offers the possibility of canceling a job. 
Definition: XCancellable.idl:29
 
provides for the deletion of more than one row at a time. 
Definition: XDeleteRows.idl:25
 
extends the SDBC ResultSet by the possibility of bookmark positioning, canceling the positioning...
Definition: ResultSet.idl:29