Gda.TreeMgrSelect¶
- 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 |
Parameters for the SELECT statement |
||
r/w/co |
SELECT statement |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
object |
r |
||
priv |
r |
Class Details¶
- class Gda.TreeMgrSelect(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(cnc, stmt, params)¶
- Parameters:
cnc (
Gda.Connection
) – aGda.Connection
objectstmt (
Gda.Statement
) – aGda.Statement
object representing a SELECT statementparams (
Gda.Set
) – aGda.Set
object representing fixed parameters which are to be used when executing stmt
- Returns:
a new
Gda.TreeManager
object- Return type:
Creates a new
Gda.TreeMgrSelect
object which will add one tree node for each row in theGda.DataModel
resulting from the execution of stmt.New in version 4.2.
Property Details¶
- Gda.TreeMgrSelect.props.connection¶
- Name:
connection
- Type:
- Default Value:
- Flags:
Connection to use
- Gda.TreeMgrSelect.props.params¶
- Name:
params
- Type:
- Default Value:
- Flags:
Parameters for the SELECT statement
- Gda.TreeMgrSelect.props.statement¶
- Name:
statement
- Type:
- Default Value:
- Flags:
SELECT statement