:: com :: sun :: star :: sdbcx ::
|
service ResultSet |
- Description
- extends the SDBC ResultSet by the possibility of bookmark positioning, canceling
the positioning, and updating of rows.
- Developers Guide
- Database - Result Sets
|
Included Services - Summary |
::com::sun::star::sdbc::ResultSet |
- (referenced entity's summary:)
- provides access to a table of data. A ResultSet
object is usually generated by executing a Statement.
|
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 it's 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.
|
Included Services - Details |
::com::sun::star::sdbc::ResultSet
- (referenced entity's summary:)
- provides access to a table of data. A ResultSet
object is usually generated by executing a Statement.
|
|
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 it's 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 © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.