TreeMgrSelect


Description:

[ CCode ( has_construct_function = false , type = "GdaTreeManager*" ) ]
[ Version ( since = "4.2" ) ]
public TreeMgrSelect (Connection cnc, Statement stmt, Set @params)

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

Parameters:

cnc

a Connection object

stmt

a Statement object representing a SELECT statement

params

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

Returns:

a new TreeManager object