gda.tree_mgr_schemas
Module for [TreeMgrSchemas] class
Types 3
Methods
TreeMgrSchemasGidBuilder builder() static nothrowGet builder for [gda.tree_mgr_schemas.TreeMgrSchemas] Returns: New builder objectgda.connection.Connection connection() @property nothrowGet `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() @property nothrowGet `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) nothrowSet `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) nothrowSet `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