TreeMgrSelect.this

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

  1. this(void* ptr, Flag!"Take" take)
  2. this(gda.connection.Connection cnc, gda.statement.Statement stmt, gda.set.Set params)

Parameters

cnc gda.connection.Connection

a #GdaConnection object

stmt gda.statement.Statement

a #GdaStatement object representing a SELECT statement

params gda.set.Set

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

Return Value

a new #GdaTreeManager object