gda.tree_mgr_schemas

Module for [TreeMgrSchemas] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
TreeMgrSchemas self() nothrowReturns `this`, for use in `with` statements.
TreeMgrSchemasGidBuilder builder() static nothrowGet builder for [gda.tree_mgr_schemas.TreeMgrSchemas] Returns: New builder object
gda.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(void * ptr, Flag!"Take" take)
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....
Methods
TreeMgrSchemas build() nothrowCreate object from builder. Returns: New object