LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_sdb_DataAccessDescriptor_idl__
21 #define __com_sun_star_sdb_DataAccessDescriptor_idl__
28 module
com { module sun { module star { module sdb {
87 [optional, property] sequence< ::com::sun::star::beans::PropertyValue >
ConnectionInfo;
provides the navigation on a table of data.
Definition: XResultSet.idl:44
boolean BookmarkSelection
specifies how to interpret Selection
Definition: DataAccessDescriptor.idl:226
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:64
string DataSourceName
specifies the name of the datasource to access.
Definition: DataAccessDescriptor.idl:56
boolean EscapeProcessing
specifies if the Command should be analyzed on the client side before sending it to the database serv...
Definition: DataAccessDescriptor.idl:173
long CommandType
specifies the type of the command to be executed to retrieve a result set.
Definition: DataAccessDescriptor.idl:123
represents a connection (session) with a specific database.
Definition: XConnection.idl:58
string HavingClause
specifies an additional HAVING clause which should be applied on top of the given Command.
Definition: DataAccessDescriptor.idl:154
sequence< ::com::sun::star::beans::PropertyValue > ConnectionInfo
specifies additional info to use when creating a connection from a ConnectionResource
Definition: DataAccessDescriptor.idl:87
com::sun::star::sdbc::XConnection ActiveConnection
is a connection to use.
Definition: DataAccessDescriptor.idl:102
sequence< any > Selection
specifies a selection to confine the records in a result set.
Definition: DataAccessDescriptor.idl:212
string Command
specifies the command to execute to retrieve a result set.
Definition: DataAccessDescriptor.idl:111
string GroupBy
specifies an additional GROUP BY clause which should be applied on top of the given Command.
Definition: DataAccessDescriptor.idl:161
com::sun::star::beans::XPropertySet Column
specifies a column object
Definition: DataAccessDescriptor.idl:246
string Order
specifies an additional ORDER BY clause which should be applied on top of the given Command.
Definition: DataAccessDescriptor.idl:147
string DatabaseLocation
specifies the URL of the database file.
Definition: DataAccessDescriptor.idl:66
string ConnectionResource
specifies the database URL which locates a database driver.
Definition: DataAccessDescriptor.idl:76
string Filter
specifies an additional filter to optionally use.
Definition: DataAccessDescriptor.idl:140
Definition: Ambiguous.idl:22
descriptor for accessing basic data access objects.
Definition: DataAccessDescriptor.idl:46
string ColumnName
specifies a column name.
Definition: DataAccessDescriptor.idl:235
com::sun::star::sdbc::XResultSet ResultSet
specifies an already existent result set to use.
Definition: DataAccessDescriptor.idl:194