Database.tableColumnMetadata

Gets metadata for a specific table column of an attached database.

struct Database
private public
tableColumnMetadata
(
string table
,
string column
,
string database = "main"
)

Parameters

table string

The name of the table.

column string

The name of the column.

database string

The name of a database attached. If null, then all attached databases are searched for the table using the same algorithm used by the database engine to resolve unqualified table references.

Meta