gda_recordset_field_idx

Name

gda_recordset_field_idx —

Synopsis

Gda_Field* gda_recordset_field_idx (Gda_Recordset* rs, gint idx);

Arguments

rs

the recordset

idx

the index of the field in the current row

Description

Returns a pointer to the field at position idx of the current row of the recordset.

Returns

a pointer to a field structor or NULL if idx is out of range