mysql-native v3.0.0

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


Variable ColumnInfo.type

What type is the column - tinyint, char, varchar, blob, date etc

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