Overview | Module | Use | Devguide | Index |
Services' Summary | Interfaces' Summary | Properties' Summary | Services' Details | Interfaces' Details | Properties' Details |
service ResultSet |
|
Exported Interfaces - Summary | |
::com::sun::star::lang::XComponent | optional for implementation; controls the releasing of resources and the notification of registered listeners. (details) |
XCloseable | freeing all resources of a result set. (details) |
::com::sun::star::beans::XPropertySet |
|
XWarningsSupplier | controls the chaining of warnings, which may occur on every call to the connected database. (details) |
XResultSetMetaDataSupplier | provides the access to the result set description. |
XResultSet | is the interface for navigating on the rows on a result set. |
XResultSetUpdate | is the interface for updating row data to the database. (details) |
XRow | is the interface for accessing the data of the current row. |
XColumnLocate | is used for locating a column by it's name. |
XRowUpdate | is the interface for updating the data of the current row. (details) |
Properties' Summary | |
[ readonly ] string CursorName |
[ OPTIONAL ] defines the SQL cursor name that will be used by subsequent Statement execute
methods.
|
[ readonly ] long ResultSetConcurrency |
retrieves the result set concurrency. |
[ readonly ] long ResultSetType |
determines the result set type. |
long FetchDirection |
retrieves the direction for fetching rows from database tables
that is the default for result sets generated from this
::com::sun::star::sdbcx::Statement
object.
If this Statement object has not set a fetch direction,
the return value is implementation-specific.
|
long FetchSize |
retrieves the number of result set rows that is the default fetch size
for result sets generated from this
::com::sun::star::sdbcx::Statement
object.
If this ::com::sun::star::sdbcx::Statement object has not set a fetch size, the return value is implementation-specific. |
Exported Interfaces - Details | |
::com::sun::star::lang::XComponent
|
|
XCloseable
|
|
::com::sun::star::beans::XPropertySet
|
|
XWarningsSupplier
|
|
XResultSetMetaDataSupplier
|
|
XResultSet
|
|
XResultSetUpdate
|
|
XRow
|
|
XColumnLocate
|
|
XRowUpdate
|
Properties' Details | |
CursorName
|
|
ResultSetConcurrency
|
|
ResultSetType
|
|
FetchDirection
|
|
FetchSize
|
Copyright © 2000, 2014 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.