Overview | Module | Use | Devguide | Index |
Services' Summary | Interfaces' Summary | Properties' Summary | Services' Details | Interfaces' Details | Properties' Details |
service RowSet | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Included Services - Summary | |
::com::sun::star::sdbc::RowSet | |
ResultSet |
Exported Interfaces - Summary | |
XCompletedExecution | can be used to allow an interaction handler to supply missing data during a execute process. (details) |
XRowSetApproveBroadcaster | approving of actions performed on the row set. (details) |
::com::sun::star::sdbc::XResultSetUpdate | is the interface for updating row data to the database. (details) |
::com::sun::star::sdbcx::XDeleteRows | is the interface for deleting more than one row, identified by it's bookmark. (details) |
XResultSetAccess | creates a second result set which is based on the same data. (details) |
XParametersSupplier | gives access to the parameters contained in the SQL statement represented by the component. (details) |
Properties' Summary | |
::com::sun::star::sdbc::XConnection ActiveConnection |
is the connection generated by a DataSource or by a URL. It could also be set from outside. When set from outside the RowSet is not responsible for the closing of the connection. |
string DataSourceName |
is the name of the datasource to use, this could be a named datasource or the URL of a data access component. |
string Command |
is the command which should be executed, the type of command depends on the CommandType. |
long CommandType |
is the type of the command. |
[ readonly ] string ActiveCommand |
is the command which is currently used. |
boolean IgnoreResult |
indicates whether all results should be discarded or not. |
string Filter |
additional filter for a row set. |
boolean ApplyFilter |
indicates whether the filter should be applied or not, default is false. |
string HavingClause |
[ OPTIONAL ] additional having clause for the row set |
string GroupBy |
[ OPTIONAL ] additional group by for the row set |
string Order |
is a additional sort order definition for a row set. |
[ readonly ] long Privileges |
indicates the privileges for insert, update, and delete. |
[ readonly ] boolean IsModified |
indicates that the current row is modified. |
[ readonly ] boolean IsNew |
indicates that the current row is going to be inserted to the database. |
[ readonly ] long RowCount |
contains the number of rows accessed in a the data source. |
[ readonly ] boolean IsRowCountFinal |
indicates that all rows of the row set have been counted. |
string UpdateTableName |
[ OPTIONAL ] is the name of the table which should be updated, this is usually used for queries which relate to more than one table. |
string UpdateCatalogName |
[ OPTIONAL ] is the name of the table catalog |
string UpdateSchemaName |
[ OPTIONAL ] is the name of the table schema. |
Included Services - Details | |
::com::sun::star::sdbc::RowSet |
|
ResultSet |
Exported Interfaces - Details | |
XCompletedExecution
|
|
XRowSetApproveBroadcaster
|
|
::com::sun::star::sdbc::XResultSetUpdate
|
|
::com::sun::star::sdbcx::XDeleteRows
|
|
XResultSetAccess
|
|
XParametersSupplier
|
Properties' Details | |
ActiveConnection
|
|
DataSourceName
|
|
Command
|
|
CommandType
|
|
ActiveCommand
|
|
IgnoreResult
|
|
Filter
|
|
ApplyFilter
|
|
HavingClause
|
|
GroupBy
|
|
Order
|
|
Privileges
|
|
IsModified
|
|
IsNew
|
|
RowCount
|
|
IsRowCountFinal
|
|
UpdateTableName
|
|
UpdateCatalogName
|
|
UpdateSchemaName
|
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.