Function MetaData.columns

Get column metadata for a table in the current database

ColumnInfo[] columns (
  string table
) @safe;

Parameters

NameDescription
table The table name

Returns

An array of ColumnInfo structs