mysql-native v3.0.0

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


Variable ColumnInfo.defaultValue

The default value as a string if not NULL.

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

Depending on the database (see comments for defaultNull and the related "see also" link there), this may be either null or "NULL" if the column's default value is NULL.