GdaRecordset

Name

GdaRecordset -- 

Synopsis



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);

Description

Details

struct GdaRecordsetPrivate

struct GdaRecordsetPrivate;


gda_recordset_new ()

GdaRecordset* gda_recordset_new             (GdaConnection *cnc,
                                             GdaRecordsetFetchFunc fetch_func,
                                             GdaRecordsetDescribeFunc desc_func,
                                             gpointer user_data);

Allocates space for a new recordset.


gda_recordset_get_command_text ()

const gchar* gda_recordset_get_command_text (GdaRecordset *recset);

Get the text of command that generated this recordset.


gda_recordset_get_command_type ()

GdaCommandType gda_recordset_get_command_type
                                            (GdaRecordset *recset);

Get the type of command that generated this recordset.