gda_xml_recordset_list_fields

Name

gda_xml_recordset_list_fields —

Synopsis

void gda_xml_recordset_list_fields (Gda_XmlDatabase * db, const gchar * recset, Gda_XmlListFieldFunc callback, gpointer user_data);

Arguments

db

-- undescribed --

recset

-- undescribed --

callback

-- undescribed --

user_data

-- undescribed --

Description

db The database stored in XML format recset Name of the recordset to describe callback User-defined callback function

Sends the description of the given recordset by calling a user-defined callback function for each field in the recordset