GdaField

Name

GdaField -- Access to individual fields in recordsets

Synopsis



GdaField*   gda_field_new                   (void);
gchar*      gda_fieldtype_2_string          (gchar *bfr,
                                             gint length,
                                             GDA_ValueType type);
GDA_ValueType gda_string_2_fieldtype        (gchar *type);
gchar*      gda_stringify_value             (gchar *bfr,
                                             gint length,
                                             GdaField *f);

Object Hierarchy


  GtkObject
   +----GdaField

Description

Details

gda_field_new ()

GdaField*   gda_field_new                   (void);

Returns : the pointer to the new field object.


gda_fieldtype_2_string ()

gchar*      gda_fieldtype_2_string          (gchar *bfr,
                                             gint length,
                                             GDA_ValueType type);

bfr : bufferspace where the printed name of the type of the field is placed into.
length : the size of the buffer
type : 
Returns : a pointer to the buffer.


gda_string_2_fieldtype ()

GDA_ValueType gda_string_2_fieldtype        (gchar *type);

type : 
Returns :the GDA type identifier for the given string (returned by gda_fieldtype_2_string


gda_stringify_value ()

gchar*      gda_stringify_value             (gchar *bfr,
                                             gint length,
                                             GdaField *f);

bfr : 
length : 
f : 
Returns :