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.

cnc : a GdaConnection to be associated with the new recordset.
corba_recset : a GNOME_Database_Recordset object
Returns : the allocated recordset object


gda_recordset_get_command_text ()

const gchar* gda_recordset_get_command_text (GdaRecordset *recset);

Get the text of command that generated this recordset.

recset : a GdaRecordset.
Returns : a string with the command issued.


gda_recordset_get_command_type ()

GdaCommandType gda_recordset_get_command_type
                                            (GdaRecordset *recset);

Get the type of command that generated this recordset.

recset : a GdaRecordset.
Returns : a GdaCommandType.