MetaData.columns

Get column metadata for a table in the current database

struct MetaData
columns
(
string table
)

Parameters

table string

The table name

Return Value

Type: ColumnInfo[]

An array of ColumnInfo structs

Meta