DataModel.describeColumn

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

class DataModel
describeColumn
(
int col
)

Parameters

col int

column number.

Return Value

the description of the column.

Meta