postgres.ql
Column metadata for the result of a query.
| Constructor | Description |
|---|---|
| ResultMetadata(columnNames, columnLabels) |
| Field | Description |
|---|---|
| string columnNames | An ordered list of the names of columns returned. |
| string columnLabels | An ordered list of the labels of columns returned. |