mysql-native v2.3.0

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


Variable ColumnInfo.table

The table that this column belongs to.

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