Variable ColumnInfo.schema
The database that the table having this column belongs to.
Declaration
struct ColumnInfo
{
// ...
string schema;
// ...
}
The database that the table having this column belongs to.
struct ColumnInfo
{
// ...
string schema;
// ...
}