OdaResultSetColumn

Describes a column within a result set of an ODA data set.

Description

The column definition element describes a column within a result set.

See Also

name

The name of the column. 

Description

The name of a result set column. Required. This is the column name referenced by report elements.

See Also

The Result Set Columns’ Column Names section above for the naming rules.

position

The 1-based position of the column, as defined by the driver of underlying data provider.

Description

The optional 1-based position of the column, as defined by the driver of underlying data provider. Required for data sets that identify columns by position instead of name; ignored otherwise.

See Also

dataType

The optional data type of the column.

Choices

Description

The optional data type. Required only for data sets that require this information.

See Also

nativeName

The name known to an ODA user.

Description

This is the name known to an ODA custom designer and runtime driver, and is provided by a custom ODA designer.

See Also

nativeDataType

The data type know to an ODA user.

Description

This is the data type known to an ODA custom designer and runtime driver, and is provided by a custom ODA designer.

See Also