TableT.getColumnDescription

Gets the description text of the specified column in the table

template TableT(TStruct)
string
getColumnDescription
(
int column
)

Parameters

column int

a gint representing a column in table

Return Value

Type: string

a gchar* representing the column description, or NULL if value does not implement this interface.