21 module
com { module sun { module star { module chart2 { module data {
This exception is thrown to indicate that the property name is unknown to the implementation.
Definition UnknownPropertyException.idl:31
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:27
provides information about and access to the properties from an implementation.
Definition generated_idl_chapter_refs.idl:752
identifies a XDataProvider for result sets.
Definition XDatabaseDataProvider.idl:30
long CommandType
specifies the type of the command to be executed to retrieve a result set.
Definition XDatabaseDataProvider.idl:118
string GroupBy
additional group by for the row set
Definition XDatabaseDataProvider.idl:153
long RowLimit
specifies the maximal count of rows which should be fetched.
Definition XDatabaseDataProvider.idl:174
string Filter
specifies an additional filter to optionally use.
Definition XDatabaseDataProvider.idl:134
boolean ApplyFilter
indicates whether the filter should be applied or not, default is FALSE.
Definition XDatabaseDataProvider.idl:139
string Order
is an additional sort order definition for a row set.
Definition XDatabaseDataProvider.idl:157
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:90
string Command
is the command which should be executed, the type of command depends on the CommandType.
Definition XDatabaseDataProvider.idl:107
com::sun::star::sdbc::XConnection ActiveConnection
specifies the active connection which is used to create the resulting report.
Definition XDatabaseDataProvider.idl:181
interface XDataProvider
For accessing data a component provides for being used by charts.
Definition XDatabaseDataProvider.idl:34
string HavingClause
additional having clause for the row set
Definition XDatabaseDataProvider.idl:146
boolean EscapeProcessing
specifies if the Command should be analyzed on the client side before sending it to the database serv...
Definition XDatabaseDataProvider.idl:169
interface XRangeXMLConversion
allows you to convert the ranges a data provider deals with internally into valid XML.
Definition XDatabaseDataProvider.idl:39
sequence< string > MasterFields
is used for subreports and contains the names of columns of the parent report.
Definition XDatabaseDataProvider.idl:65
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:185
allows to explicitly free resources and break cyclic references.
Definition generated_idl_chapter_refs.idl:435
initializes an object directly after its creation.
Definition generated_idl_chapter_refs.idl:3130
represents a connection (session) with a specific database.
Definition XConnection.idl:50
is used for parameter setting, commonly implemented in conjunction with PreparedStatements.
Definition XParameters.idl:65
enhances the functionality of a result set.
Definition XRowSet.idl:39
Definition Ambiguous.idl:20