gda.tree_mgr_columns
Module for [TreeMgrColumns] class
Types 3
Methods
TreeMgrColumns self()Returns `this`, for use in `with` statements.TreeMgrColumnsGidBuilder builder()Get builder for [gda.treemgrcolumns.TreeMgrColumns] Returns: New builder objectgda.connection.Connection connection() @propertyGet `connection` property. Returns: Defines the #GdaConnection to display information for. Necessary upon construction unless the #GdaTreeMgrColumns:meta-store property is specified instead.gda.meta_store.MetaStore metaStore() @propertyGet `metaStore` property. Returns: Defines the #GdaMetaStore to extract information from. Necessary upon construction unless the #GdaTreeMgrColumns:connection property is specified instead. This pr...Constructors
this(gda.connection.Connection cnc, string schema, string tableName)Creates a new #GdaTreeManager object which will add one tree node for each column in the table named table_name in the schema schema.Methods
T connection(gda.connection.Connection propval)Set `connection` property. Params: propval = Defines the #GdaConnection to display information for. Necessary upon construction unless the #GdaTreeMgrColumns:meta-store property is specified instea...T metaStore(gda.meta_store.MetaStore propval)Set `metaStore` property. Params: propval = Defines the #GdaMetaStore to extract information from. Necessary upon construction unless the #GdaTreeMgrColumns:connection property is specified instead...T schema(string propval)Set `schema` property. Params: propval = If no set, then the table name will be fetched from the parent node using the "schema" attribute Returns: Builder instance for fluent chainingT tableName(string propval)Set `tableName` property. Params: propval = If no set, then the table name will be fetched from the parent node using the "table_name" attribute Returns: Builder instance for fluent chainingFluent builder for [gda.tree_mgr_columns.TreeMgrColumns]
Methods