TreeMgrColumns
Description:
[ CCode ( has_construct_function = false , type = "GdaTreeManager*" ) ]
[ Version ( since = "4.2" ) ]
public TreeMgrColumns (Connection cnc, string schema, string table_name)
[ Version ( since = "4.2" ) ]
public TreeMgrColumns (Connection cnc, string schema, string table_name)
Creates a new TreeManager object which will add one tree node for each column in
the table named table_name
in the schema
schema.
Parameters:
cnc |
a Connection object |
schema |
a schema name |
table_name |
the name of the table |
Returns:
a new TreeManager object |