gda.tree_mgr_schemas
Module for TreeMgrSchemas class
Types 3
Methods
TreeMgrSchemas self()Returns `this`, for use in `with` statements.TreeMgrSchemasGidBuilder builder()Get builder for [gda.tree_mgr_schemas.TreeMgrSchemas] Returns: New builder objectgda.connection.Connection connection() @propertyGet `connection` property. Returns: Defines the #GdaConnection to display information for. Necessary upon construction unless the #GdaTreeMgrSchema: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 #GdaTreeMgrSchema:connection property is specified instead. This pro...Constructors
this(gda.connection.Connection cnc)Creates a new #GdaTreeManager object which will add one tree node for each database schema found in cnc.Fluent builder implementation template for gda.tree_mgr_schemas.TreeMgrSchemas
Methods
T connection(gda.connection.Connection propval)Set `connection` property. Params: propval = Defines the #GdaConnection to display information for. Necessary upon construction unless the #GdaTreeMgrSchema: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 #GdaTreeMgrSchema:connection property is specified instead....Fluent builder for gda.tree_mgr_schemas.TreeMgrSchemas
Methods
TreeMgrSchemas build()Create object from builder. Returns: New object