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: MySQLColumn[]

An array of MySQLColumn structs

Meta