TreeMgrColumns
Object Hierarchy:
Description:
[
CCode ( type_id =
"gda_tree_mgr_columns_get_type ()" ) ]
public class TreeMgrColumns :
TreeManager
Content:
Properties:
- public Connection connection { owned get; construct; }
Defines the
Connection to display information for.
- public MetaStore meta_store { owned get; construct; }
Defines the MetaStore
to extract information from.
- public string schema { construct; }
If no set, then the table name will be fetched from the parent node using
the "schema" attribute
- public string table_name { construct; }
If no set, then the table name will be fetched from the parent node using
the "table_name" attribute
Creation methods:
Inherited Members:
All known members inherited from class Gda.TreeManager
All known members inherited from class GLib.Object