ResultMetadata

postgres.ql

Column metadata for the result of a query.

Constructor Overview

Field Overview

Field Description
string columnNames

An ordered list of the names of columns returned.

string columnLabels

An ordered list of the labels of columns returned.

Constructors

ResultMetadata(columnNames, columnLabels) link