mysql-native v3.0.0

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


Variable ColumnInfo.numericScale

Scale information for numerics or NULL, -1L if not applicable.

struct ColumnInfo
{
  // ...
  short numericScale ;
  // ...
}