GdaQueryFieldAll

GdaQueryFieldAll — Represents all the fields of an entity (through a GdaQueryTarget object)

Synopsis




            GdaQueryFieldAll;
GObject*    gda_query_field_all_new         (GdaQuery *query,
                                             const gchar *target);
GdaQueryTarget* gda_query_field_all_get_target
                                            (GdaQueryFieldAll *field);

Object Hierarchy


  GObject
   +----GdaObject
         +----GdaQueryObject
               +----GdaQueryField
                     +----GdaQueryFieldAll

Implemented Interfaces

GdaQueryFieldAll implements GdaXmlStorage, GdaReferer, GdaEntityField and GdaRenderer.

Properties


  "query"                gpointer              : Read / Write / Construct Only
  "target"               gpointer              : Read / Write
  "target-id"            gchararray            : Write
  "target-name"          gchararray            : Write

Description

Details

GdaQueryFieldAll

typedef struct _GdaQueryFieldAll GdaQueryFieldAll;


gda_query_field_all_new ()

GObject*    gda_query_field_all_new         (GdaQuery *query,
                                             const gchar *target);

Creates a new GdaQueryFieldAll object which represents all the fields of the entity represented by a target.

query : a GdaQuery in which the new object will be
target : the target's name or alias
Returns : the new object

gda_query_field_all_get_target ()

GdaQueryTarget* gda_query_field_all_get_target
                                            (GdaQueryFieldAll *field);

Get the GdaQueryTarget object field 'belongs' to

field : a GdaQueryFieldAll object
Returns : the GdaQueryTarget object

Property Details

The "query" property

  "query"                gpointer              : Read / Write / Construct Only


The "target" property

  "target"               gpointer              : Read / Write


The "target-id" property

  "target-id"            gchararray            : Write

Default value: NULL


The "target-name" property

  "target-name"          gchararray            : Write

Default value: NULL