GdaRecordset

Name

GdaRecordset -- 

Synopsis



struct      GdaRecordsetPrivate;
GdaRecordset* gda_recordset_new             (GdaConnection *cnc,
                                             GNOME_Database_Recordset corba_recset);
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,
                                             GNOME_Database_Recordset corba_recset);

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.