Language
Asturianu (ast)
Català (ca)
Čeština (cs)
Dansk (da)
Deutsch (de)
English [US] (en-US)
Español (es)
Esperanto (eo)
Eesti keel (et)
Euskara (eu)
Français (fr)
Gàidhlig (gd)
Galego (gl)
Italiano (it)
Lietuvių (lt)
Magyar (hu)
Nederlands (nl)
Norsk (no)
Polski (pl)
Português [do Brasil] (pt-BR)
Português [Europeu] (pt)
Română (ro)
Slovenčina (sk)
Slovenščina (sl)
Suomi (fi)
Svenska (sv)
Yкраїнська (uk)
Tiếng Việt (vi)
Türkçe (tr)
ኦሮሚኛ (om)
Հայերեն (hy)
Ελληνικά (el)
български език (bg)
Русский (ru)
Cрпски [ћирилицом] (sr)
עברית (he)
हिन्दी (hi)
ភាសាខ្មែរ (km)
தமிழ் (ta)
ภาษาไทย (th)
简体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
한국어 (ko)
The Free and Open Productivity Suite
:: com :: sun :: star :: sdbcx ::
service ResultSet
Description
extends the SDBC ResultSet by the possibility of bookmark positioning, cancelling
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 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
(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 cancelling 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 resultset supports bookmark navigation.
CanUpdateInsertedRows
[ readonly ] boolean CanUpdateInsertedRows ;
Usage Restrictions
optional
Description
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.
Top of Page Copyright © 2013, 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.