gda_recordset_field_name

Name

gda_recordset_field_name -- 

Synopsis

Gda_Field * gda_recordset_field_name (Gda_Recordset* rs, gchar* name);

Arguments

rs

the recordset

name

-- undescribed --

Description

Returns a pointer to the field with the name name of the current row of the recordset.

Returns

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