gda.tree_mgr_tables
Module for [TreeMgrTables] class
Types 3
Methods
TreeMgrTables self()Returns `this`, for use in `with` statements.TreeMgrTablesGidBuilder builder()Get builder for [gda.treemgrtables.TreeMgrTables] Returns: New builder objectgda.connection.Connection connection() @propertyGet `connection` property. Returns: Defines the #GdaConnection to display information for. Necessary upon construction unless the #GdaTreeMgrTables: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 #GdaTreeMgrTables:connection property is specified instead. This pro...Constructors
this(gda.connection.Connection cnc, string schema = null)Creates a new #GdaTreeManager object which will add one tree node for each table found in the schema if it is not null, or for each table visible by default in cnc.Methods
T connection(gda.connection.Connection propval)Set `connection` property. Params: propval = Defines the #GdaConnection to display information for. Necessary upon construction unless the #GdaTreeMgrTables:meta-store property is specified instead...T metaStore(gda.meta_store.MetaStore propval)Set `metaStore` property. Params: propval = Defines the #GdaMetaStore to extract information from. Necessary upon construction unless the #GdaTreeMgrTables: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. If not found that way, then the list of visible tables (ta...Fluent builder for [gda.tree_mgr_tables.TreeMgrTables]
Methods