19 #ifndef __com_sun_star_chart2_data_XDatabaseDataProvider_idl__
20 #define __com_sun_star_chart2_data_XDatabaseDataProvider_idl__
34 module com { module sun { module star { module chart2 { module data {
156 [attribute,bound]
string HavingClause
163 [attribute,bound]
string GroupBy
sequence< string > DetailFields
is used for subreports and contains the names of the columns of the subreport which are related to th...
Definition: XDatabaseDataProvider.idl:103
allows to exclicitly free resources and break cyclic references.
Definition: XComponent.idl:42
const short set
specifies that the property is currently in a set state.
Definition: ItemState.idl:62
represents a connection (session) with a specific database.
Definition: XConnection.idl:57
enhances the functionality of a result set.
Definition: XRowSet.idl:42
This exception is thrown to indicate that the property name is unknown to the implementation.
Definition: UnknownPropertyException.idl:34
sequence< string > MasterFields
is used for subreports and contains the names of columns of the parent report.
Definition: XDatabaseDataProvider.idl:67
long RowLimit
specifies the maximal count of rows which should be fetched.
Definition: XDatabaseDataProvider.idl:187
An application that provides data for a chart must implement this interface.
Definition: XRangeXMLConversion.idl:39
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:29
string Filter
specifies an additional filter to optionally use.
Definition: XDatabaseDataProvider.idl:147
initializes an object directly after its creation.
Definition: XInitialization.idl:46
string Order
is a additional sort order definition for a row set.
Definition: XDatabaseDataProvider.idl:170
string Command
is the command which should be executed, the type of command depends on the CommandType.
Definition: XDatabaseDataProvider.idl:120
long CommandType
specifies the type of the command to be executed to retrieve a result set.
Definition: XDatabaseDataProvider.idl:131
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:63
identifies a XDataProvider for result sets.
Definition: XDatabaseDataProvider.idl:42
An application that provides data for a chart must implement this interface.
Definition: XDataProvider.idl:42
boolean EscapeProcessing
specifies if the Command should be analyzed on the client side before sending it to the database serv...
Definition: XDatabaseDataProvider.idl:182
boolean ApplyFilter
indicates whether the filter should be applied or not, default is FALSE.
Definition: XDatabaseDataProvider.idl:152
string DataSourceName
is the name of the data source to use, this could be a named data source or the URL of a data access ...
Definition: XDatabaseDataProvider.idl:198
is used for parameter setting, commonly implemented in conjunction with PreparedStatements.
Definition: XParameters.idl:76