Overview | Module | Use | Devguide | Index |
Services' Summary | Interfaces' Summary | Properties' Summary | Services' Details | Interfaces' Details | Properties' Details |
service ResultSet |
|
Included Services - Summary | |
::com::sun::star::sdbc::ResultSet |
|
Exported Interfaces - Summary | |
::com::sun::star::util::XCancellable | could be used for cancelling the execution of SQL statements if both the DBMS and the driver support aborting of navigation commands. The implementation is optional. (details) |
XRowLocate | is the interface for navigating on the result set by unique bookmarks. |
XDeleteRows | is the interface for deleting more than one row, identified by it's bookmark. The implementation is optional. (details) |
Properties' Summary | |
[ readonly ] boolean IsBookmarkable |
returns if the resultset supports bookmark navigation. |
[ readonly ] boolean CanUpdateInsertedRows |
[ OPTIONAL ] returns whether the resultset supports updating of newly inserted rows. This may not work, as the result set may contain automatic generated data which is used as key information. |
Included Services - Details | |
::com::sun::star::sdbc::ResultSet
|
Exported Interfaces - Details | |
::com::sun::star::util::XCancellable
|
|
XRowLocate
|
|
XDeleteRows
|
Properties' Details | |
IsBookmarkable
|
|
CanUpdateInsertedRows
|
Copyright © 2010 Sun Microsystems, Inc.