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.Connectionobjectstmt (
Gda.Statement) – aGda.Statementobject representing a SELECT statementparams (
Gda.Set) – aGda.Setobject representing fixed parameters which are to be used when executing stmt
- Returns:
 a new
Gda.TreeManagerobject- Return type:
 
Creates a new
Gda.TreeMgrSelectobject which will add one tree node for each row in theGda.DataModelresulting 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