Gda.TreeMgrColumns¶
- 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 |
|
||
w/co |
Database schema’name in which the table is |
||
w/co |
Database table’s name |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
object |
r |
||
priv |
r |
Class Details¶
- class Gda.TreeMgrColumns(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(cnc, schema, table_name)¶
- Parameters:
cnc (
Gda.Connection) – aGda.Connectionobjectschema (
str) – a schema nametable_name (
str) – the name of the table
- Returns:
a new
Gda.TreeManagerobject- Return type:
Creates a new
Gda.TreeManagerobject which will add one tree node for each column in the table named table_name in the schema schema.New in version 4.2.
Property Details¶
- Gda.TreeMgrColumns.props.connection¶
- Name:
connection- Type:
- Default Value:
- Flags:
Defines the
Gda.Connectionto display information for. Necessary upon construction unless theGda.TreeMgrColumns:meta-storeproperty is specified instead.
- Gda.TreeMgrColumns.props.meta_store¶
- Name:
meta-store- Type:
- Default Value:
- Flags:
Defines the
Gda.MetaStoreto extract information from. Necessary upon construction unless theGda.TreeMgrColumns:connectionproperty is specified instead. This property has priority over theGda.TreeMgrColumns:connectionproperty.New in version 4.2.4.
- Gda.TreeMgrColumns.props.schema¶
- Name:
schema- Type:
- Default Value:
- Flags:
If no set, then the table name will be fetched from the parent node using the “schema” attribute
- Gda.TreeMgrColumns.props.table_name¶
- Name:
table-name- Type:
- Default Value:
- Flags:
If no set, then the table name will be fetched from the parent node using the “table_name” attribute