pg95-field-names

Name

pg95-field-names -- Get the names of the fields in a result's tuples.

Type: function

Synopsis

pg95-field-names( result first-index index-limit, names);

Arguments

result

An instance of <pg95-result>

first-index

An instance of <fixnum>

index-limit

An instance of <fixnum>

Return Values

names

An instance of <list>

Description

This function extracts the names of the fields that are present in the tuples of a result. first-index is typically 0, while index-limit is typically the number of fields. This would return a list of all the field names in the result.