Gda.TreeMgrSchemas

g GObject.Object GObject.Object Gda.TreeManager Gda.TreeManager GObject.Object->Gda.TreeManager Gda.TreeMgrSchemas Gda.TreeMgrSchemas Gda.TreeManager->Gda.TreeMgrSchemas

Subclasses:

None

Methods

Inherited:

Gda.TreeManager (5), GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

new (cnc)

Virtual Methods

Inherited:

GObject.Object (7)

Properties

Inherited:

Gda.TreeManager (2)

Name

Type

Flags

Short Description

connection

Gda.Connection

r/w/co

Connection to use

meta-store

Gda.MetaStore

r/w/co

Gda.MetaStore to use

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

object

Gda.TreeManager

r

priv

Gda.TreeMgrSchemasPriv

r

Class Details

class Gda.TreeMgrSchemas(**kwargs)
Bases:

Gda.TreeManager

Abstract:

No

Structure:

Gda.TreeMgrSchemasClass

classmethod new(cnc)
Parameters:

cnc (Gda.Connection) – a Gda.Connection object

Returns:

a new Gda.TreeManager object

Return type:

Gda.TreeManager

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:

Gda.Connection

Default Value:

None

Flags:

READABLE, WRITABLE, CONSTRUCT_ONLY

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:

Gda.MetaStore

Default Value:

None

Flags:

READABLE, WRITABLE, CONSTRUCT_ONLY

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.