TableIF.getColumnDescription

Gets the description text of the specified column in the table

interface TableIF
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.