Gda.PStmt¶
- Subclasses:
 None
Methods¶
- Inherited:
 - Structs:
 
  | 
|
  | 
Virtual Methods¶
- Inherited:
 
Properties¶
None
Signals¶
- Inherited:
 
Fields¶
- Inherited:
 
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
ncols  | 
r  | 
number of types in array  | 
|
object  | 
r  | 
||
param_ids  | 
[  | 
r  | 
|
sql  | 
r  | 
actual SQL code used for this prepared statement, mem freed by   | 
|
tmpl_columns  | 
r  | 
list of   | 
|
types  | 
r  | 
array of ncols types  | 
Class Details¶
- class Gda.PStmt(**kwargs)¶
 - Bases:
 - Abstract:
 Yes
- Structure:
 
- get_gda_statement()¶
 - Returns:
 the
Gda.Statement- Return type:
 
Get a pointer to the
Gda.Statementwhich led to the creation of this prepared statement.Note: if that statement has been modified since the creation of self, then this method will return
None
- set_gda_statement(stmt)¶
 - Parameters:
 stmt (
Gda.StatementorNone) – aGda.Statementobject, orNone
Informs self that it corresponds to the preparation of the stmt statement