mysql-native v2.2.2

API Reference Home: [This Version] [Latest Version] [Other Versions]


Variable ColumnInfo.comment

Any comment that was set at table definition time.

struct ColumnInfo
{
  // ...
  string comment ;
  // ...
}