mysql-native v3.0.0

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


Variable ColumnInfo.schema

The database that the table having this column belongs to.

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