GNOME Data Access manual | |||
---|---|---|---|
<<< Previous Page | Home | Up | Next Page >>> |
struct GdaRecordsetPrivate; GdaRecordset* gda_recordset_new (GdaConnection *cnc, GdaRecordsetFetchFunc fetch_func, GdaRecordsetDescribeFunc desc_func, gpointer user_data); const gchar* gda_recordset_get_command_text (GdaRecordset *recset); GdaCommandType gda_recordset_get_command_type (GdaRecordset *recset); |
GdaRecordset* gda_recordset_new (GdaConnection *cnc, GdaRecordsetFetchFunc fetch_func, GdaRecordsetDescribeFunc desc_func, gpointer user_data); |
Allocates space for a new recordset.
const gchar* gda_recordset_get_command_text (GdaRecordset *recset); |
Get the text of command that generated this recordset.
GdaCommandType gda_recordset_get_command_type (GdaRecordset *recset); |
Get the type of command that generated this recordset.
recset : | a GdaRecordset. |
Returns : | a GdaCommandType. |