TableIF.setColumnDescription

Sets the description text for the specified @column of the @table.

interface TableIF
void
setColumnDescription
(
int column
,)

Parameters

column int

a #gint representing a column in @table

description string

a #gchar representing the description text to set for the specified @column of the @table

Meta