Function MetaData.columns

Get column metadata for a table in the current database

Prototype

ColumnInfo[] columns(
  string table
);

Parameters

NameDescription
table The table name

Returns

An array of ColumnInfo structs

Authors

Copyright

License