TreeMgrColumns.this

Creates a new #GdaTreeManager object which will add one tree node for each column in the table named table_name in the schema schema.

  1. this(void* ptr, Flag!"Take" take)
  2. this(gda.connection.Connection cnc, string schema, string tableName)
    class TreeMgrColumns

Parameters

cnc gda.connection.Connection

a #GdaConnection object

schema string

a schema name

tableName string

the name of the table

Return Value

a new #GdaTreeManager object