mysql-native v3.0.0

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


Variable ColumnInfo.key

Information about the column's key status, blank if none.

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