20 module
com { module sun { module star { module sdbc {
21 published
interface XConnection;
24 module
com { module sun { module star { module sdbcx {
25 published
interface XDeleteRows;
28 module
com { module sun { module star { module sdb {
30 published
interface XRowSetApproveBroadcaster;
31 published
interface XResultSetAccess;
32 published
interface XParametersSupplier;
boolean IsRowCountFinal
indicates that all rows of the row set have been counted.
Definition: RowSet.idl:354
is the interface to create a com::sun::star::sdbc::ResultSet based on the object providing the interf...
Definition: XResultSetAccess.idl:34
string Order
is an additional sort order definition for a row set.
Definition: RowSet.idl:328
string GroupBy
additional group by for the row set
Definition: RowSet.idl:324
long RowCount
contains the number of rows accessed in the data source.
Definition: RowSet.idl:349
represents a connection (session) with a specific database.
Definition: XConnection.idl:49
Definition: Ambiguous.idl:20
string Filter
additional filter for a row set.
Definition: RowSet.idl:310
long CommandType
is the type of the command.
Definition: RowSet.idl:295
boolean IsModified
indicates that the current row is modified.
Definition: RowSet.idl:339
boolean IsNew
indicates that the current row is going to be inserted to the database.
Definition: RowSet.idl:344
boolean ApplyFilter
indicates whether the filter should be applied or not, default is FALSE.
Definition: RowSet.idl:316
string Command
is the command which should be executed, the type of command depends on the CommandType.
Definition: RowSet.idl:290
string UpdateCatalogName
is the name of the table catalog
Definition: RowSet.idl:364
is a client side RowSet, which use retrieves is data based on a database table, a query or a SQL comm...
Definition: RowSet.idl:185
extends the com::sun::star::sdbcx::ResultSet by a more sophisticated access to the result sets data...
Definition: ResultSet.idl:32
string HavingClause
additional having clause for the row set
Definition: RowSet.idl:320
string UpdateTableName
is the name of the table which should be updated, this is usually used for queries which relate to mo...
Definition: RowSet.idl:360
string UpdateSchemaName
is the name of the table schema.
Definition: RowSet.idl:369
is used for execution where information for execution may be required from the user.
Definition: XCompletedExecution.idl:26
provides the possibility to write changes made on a result set back to database.
Definition: XResultSetUpdate.idl:26
string DataSourceName
is the name of the datasource to use, this could be a named datasource or the URL of a data access co...
Definition: RowSet.idl:271
is a client side ResultSet, which combines the characteristics of a com::sun::star::sdbc::Statement a...
Definition: RowSet.idl:52
string ActiveCommand
is the command which is currently used.
Definition: RowSet.idl:300
boolean IgnoreResult
indicates whether all results should be discarded or not.
Definition: RowSet.idl:305
long Privileges
indicates the privileges for insert, update, and delete.
Definition: RowSet.idl:334
provides for the deletion of more than one row at a time.
Definition: XDeleteRows.idl:25
provides the possibility of reviving an event before changing the content of a row set...
Definition: XRowSetApproveBroadcaster.idl:28