DerivedDataSet

An extended data set retrieved by a query through an extension driver and contains sub data set contents.

Description

The Derived Data Set represents an extended data set that defines query text which is managed by an extension driver.

The Derived Data Set element defines a series of sub data set elements that are referred in their query text. The item in the list can be any type of data set Model supports, such as script data set, ODA data set, joint data set and another derived data set.

extensionID

The ID of a data set type supported by the ODA data source extension.

Description

The fully qualified ID that uniquely identifies the type of ODA data set definition in the BIRT environment. It is defined in the ODA data source extension plug-in manifest (plugin.xml) in the dataSet.id attribute. Its value is optional if the ODA extension supports only one type of data set.

See Also

inputDataSets

The sub data set elements that the query text refer.

Description

List of the name of the sub data sets that this element refers.

queryText

The static query text to execute.

Description

The query text used in opening a data set. Specific ODA driver defines the format of this string. The query text is passed through to the ODA run-time driver to prepare a query for execution.

See Also