mysql-native v3.0.0

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


Variable ColumnInfo.colType

More detail about the column type, e.g. "int(10) unsigned".

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