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.Connection
objectschema (
str
) – a schema nametable_name (
str
) – the name of the table
- Returns:
a new
Gda.TreeManager
object- Return type:
Creates a new
Gda.TreeManager
object 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.Connection
to display information for. Necessary upon construction unless theGda.TreeMgrColumns
:meta-store
property is specified instead.
- Gda.TreeMgrColumns.props.meta_store¶
- Name:
meta-store
- Type:
- Default Value:
- Flags:
Defines the
Gda.MetaStore
to extract information from. Necessary upon construction unless theGda.TreeMgrColumns
:connection
property is specified instead. This property has priority over theGda.TreeMgrColumns
:connection
property.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