Gda.TreeMgrSchemas¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/co |
Connection to use |
||
r/w/co |
|
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
object |
r |
||
priv |
r |
Class Details¶
- class Gda.TreeMgrSchemas(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(cnc)¶
- Parameters:
cnc (
Gda.Connection
) – aGda.Connection
object- Returns:
a new
Gda.TreeManager
object- Return type:
Creates a new
Gda.TreeManager
object which will add one tree node for each database schema found in cnc.New in version 4.2.
Property Details¶
- Gda.TreeMgrSchemas.props.connection¶
- Name:
connection
- Type:
- Default Value:
- Flags:
Defines the
Gda.Connection
to display information for. Necessary upon construction unless the #GdaTreeMgrSchema:meta-store property is specified instead.
- Gda.TreeMgrSchemas.props.meta_store¶
- Name:
meta-store
- Type:
- Default Value:
- Flags:
Defines the
Gda.MetaStore
to extract information from. Necessary upon construction unless the #GdaTreeMgrSchema:connection property is specified instead. This property has priority over the GdaTreeMgrSchema:connection property.New in version 4.2.4.