gda.tree_mgr_select
Module for [TreeMgrSelect] class
Types 3
Methods
TreeMgrSelect self()Returns `this`, for use in `with` statements.TreeMgrSelectGidBuilder builder()Get builder for [gda.treemgrselect.TreeMgrSelect] Returns: New builder objectgda.connection.Connection connection() @propertygda.set.Set params() @propertygda.statement.Statement statement() @propertyConstructors
this(gda.connection.Connection cnc, gda.statement.Statement stmt, gda.set.Set params)Creates a new #GdaTreeMgrSelect object which will add one tree node for each row in the #GdaDataModel resulting from the execution of stmt.Methods
T connection(gda.connection.Connection propval)T params(gda.set.Set propval)T statement(gda.statement.Statement propval)Fluent builder for [gda.tree_mgr_select.TreeMgrSelect]
Methods