![]() |
![]() |
![]() |
GNOME Data Access manual | ![]() |
---|
GdaEntityFieldGdaEntityField — Interface to represent a generic field (for tables's fields, etc). |
GdaEntityField; GdaEntity* gda_entity_field_get_entity (GdaEntityField *iface); GdaDictType* gda_entity_field_get_data_type (GdaEntityField *iface); const gchar* gda_entity_field_get_name (GdaEntityField *iface); const gchar* gda_entity_field_get_description (GdaEntityField *iface);
GdaEntityField is implemented by GdaQueryFieldValue, GdaQueryFieldFunc, GdaQueryFieldAll, GdaQueryFieldAgg, GdaDictField and GdaQueryFieldField.
GdaEntity* gda_entity_field_get_entity (GdaEntityField *iface);
Get a reference to the object implementing the GdaEntity interface to which the object implementing the GdaEntityField is attached to.
iface : |
an object which implements the GdaEntityField interface |
Returns : | the object implementing the GdaEntity interface |
GdaDictType* gda_entity_field_get_data_type (GdaEntityField *iface);
Get the data type of the object implementing the GdaEntityField interface
iface : |
an object which implements the GdaEntityField interface |
Returns : | the corresponding GdaDictType |
const gchar* gda_entity_field_get_name (GdaEntityField *iface);
Get the name of the object implementing the GdaEntityField interface
iface : |
an object which implements the GdaEntityField interface |
Returns : | the name |
const gchar* gda_entity_field_get_description (GdaEntityField *iface);
Get the description of the object implementing the GdaEntityField interface
iface : |
an object which implements the GdaEntityField interface |
Returns : | the description |
<< GdaEntity | GdaXmlStorage >> |