GdaTreeMgrSelect

GdaTreeMgrSelect

Synopsis

struct              GdaTreeMgrSelect;
GdaTreeManager *    gda_tree_mgr_select_new             (GdaConnection *cnc,
                                                         GdaStatement *stmt,
                                                         GdaSet *params);

Object Hierarchy

  GObject
   +----GdaTreeManager
         +----GdaTreeMgrSelect

Properties

  "connection"               GdaConnection*        : Read / Write / Construct Only
  "params"                   GdaSet*               : Read / Write / Construct Only
  "statement"                GdaStatement*         : Read / Write / Construct Only

Description

Details

struct GdaTreeMgrSelect

struct GdaTreeMgrSelect;


gda_tree_mgr_select_new ()

GdaTreeManager *    gda_tree_mgr_select_new             (GdaConnection *cnc,
                                                         GdaStatement *stmt,
                                                         GdaSet *params);

Creates a new GdaTreeMgrSelect object which will add one tree node for each row in the GdaDataModel resulting from the execution of stmt.

cnc :

a GdaConnection object

stmt :

a GdaStatement object representing a SELECT statement

params :

a GdaSet object representing fixed parameters which are to be used when executing stmt

Returns :

a new GdaTreeManager object. [transfer full]

Since 4.2

Property Details

The "connection" property

  "connection"               GdaConnection*        : Read / Write / Construct Only

Connection to use.


The "params" property

  "params"                   GdaSet*               : Read / Write / Construct Only

Parameters for the SELECT statement.


The "statement" property

  "statement"                GdaStatement*         : Read / Write / Construct Only

SELECT statement.