Function MetaData.columns
Get column metadata for a table in the current database
Prototype
ColumnInfo[] columns(
string table
);
Parameters
| Name | Description |
|---|---|
| table | The table name |
Returns
An array of ColumnInfo structs