DataModelT.describeColumn

Queries the underlying data model implementation for a description of a given column. That description is returned in the form of a #GdaColumn structure, which contains all the information about the given column in the data model.

WARNING: the returned #GdaColumn object belongs to the model model and and should not be destroyed; any modification will affect the whole data model.

template DataModelT()
override
describeColumn
(
int col
)

Parameters

col int

column number.

Return Value

Type: gda.column.Column

the description of the column.