Included Services - Summary |
::com::sun::star::sdbc::ResultSet |
- (referenced entity's summary:)
|
Exported Interfaces - Summary |
::com::sun::star::util::XCancellable |
could be used for canceling 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 its bookmark.
The implementation is optional.
(details)
|
Properties' Summary |
[ readonly ] boolean
IsBookmarkable |
returns if the result set supports bookmark navigation.
|
[ readonly ] boolean
CanUpdateInsertedRows |
[ OPTIONAL ]
returns whether the result set 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.
|
Exported Interfaces - Details |
::com::sun::star::util::XCancellable
- Usage Restrictions
- optional
- Description
- could be used for canceling the execution of SQL statements if both
the DBMS and the driver support aborting of navigation commands.
The implementation is optional.
|
|
XRowLocate
- Description
- is the interface for navigating on the result set by unique bookmarks.
|
|
XDeleteRows
- Usage Restrictions
- optional
- Description
- is the interface for deleting more than one row, identified by its bookmark.
The implementation is optional.
|
|
Properties' Details |
IsBookmarkable
[ readonly ] boolean IsBookmarkable;
- Description
- returns if the result set supports bookmark navigation.
|
|
CanUpdateInsertedRows
[ readonly ] boolean CanUpdateInsertedRows;
- Usage Restrictions
- optional
- Description
- returns whether the result set 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.
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.