![]() |
![]() |
![]() |
GNOME Data Access 4 manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
struct GdaTreeMgrSelect; GdaTreeManager * gda_tree_mgr_select_new (GdaConnection *cnc
,GdaStatement *stmt
,GdaSet *params
);
"connection" GdaConnection* : Read / Write / Construct Only "params" GdaSet* : Read / Write / Construct Only "statement" GdaStatement* : Read / Write / Construct Only
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
.
|
a GdaConnection object |
|
a GdaStatement object representing a SELECT statement |
|
a GdaSet object representing fixed parameters which are to be used when executing stmt
|
Returns : |
a new GdaTreeManager object. [transfer full] |
Since 4.2
"connection"
property"connection" GdaConnection* : Read / Write / Construct Only
Connection to use.
"params"
property"params" GdaSet* : Read / Write / Construct Only
Parameters for the SELECT statement.
"statement"
property"statement" GdaStatement* : Read / Write / Construct Only
SELECT statement.