JointDataSet

Represents a data set joined by serveral data sets on respective join conditions.

Description

Data sets involved in a join can be of any data source type, heterogeneous or homogeneous. JointDataSet represents such a join result.

A joint data set contains the source data sets by which it's joined and the join conditions on which the source data sets are joined.

XML Summary

See Also

joinConditions

The join conditions on which the source data sets joined.

Description

The join conditions on which the source data sets joined. Each join condition specify two data sets, which join on this condition, and the type of this join. The left expression, right expression and operator constitute the condition.

See Also

parameters

Defines the data access attributes of the list of input and/or output parameters.

Description

Many data sets allow parameters, which can be of input and/or output modes. For some, the user must define the parameters as part of the data set definition. For other data sets, the driver itself can provide the set of parameter definitions from the information available in a data set query. In the latter case, parameter definitions are derived data and are not stored in the parameter definition.

Some drivers refer to a parameter by position. Others can refer to a parameter by name. Also, for some data sets, the data set definition can omit parameter definitions for optional parameters not used within the report.  Not all parameter properties are required. If a property is omitted. BIRT assumes that the data set implementation can provide it at run time. If the driver cannot provide the information, then a runtime error occurs. This is an optional list of data set parameter definitions, used only when the underlying data provider cannot provide this information. When contradicting meta-data are found between those provided dynamically by a data provider and those specified in a data set definition, the data provider�s meta-data takes precedence.

See Also

DataSetParam structure

ParamBinding structure

resultSet

Defines the columns of the expected result set.

Description

Defines the data access attributes of the list of columns in the expected primary result set. This is an optional list of result set column definitions, used only when the underlying data provider cannot provide this information. When contradicting meta-data are found between those provided dynamically by a data provider and those specified in a data set definition, the data provider�s meta-data takes precedence.

See Also

ResultSetColumn structure