gda_xml_database_list_recordsets

Name

gda_xml_database_list_recordsets —

Synopsis

void gda_xml_database_list_recordsets (Gda_XmlDatabase * db, GFunc callback);

Arguments

db

the Gda_XmlDatabase object

callback

user-defined callback function

Description

Lists all recordsets in the given database. To do so, it calls the callback function specified as the second argument for each recordset found.

The callback function should look like the following

void callback_function (Gda_XmlDatabase *db, const gchar *recset_name)