pq_fname returns a column name of a query result.
Return Value
ssName is the column name.
Parameters
res is the res pointer returned by pq_exec.
iCol is the column index.
Example
See pq_exec for an example.
History
| Version | Description |
|---|---|
| 5.5.0 | New |
See also
id-1061202