Sq3StmtC - various functions to perform misc operations … More...
Functions | |
static OT_ProcRet | pysq3lite_Sq3StmtC_NextStmt (OtClass_ARGS) |
Python: → C-API Find the next prepared statement … | |
static OT_ProcRet | pysq3lite_Sq3StmtC_ClearBindings (Sq3StmtC_ARGS) |
Python: → C-API Reset All Bindings On A Prepared Statement … | |
static OT_ProcRet | pysq3lite_Sq3StmtC_Explain (Sq3StmtC_ARGS) |
Python: → C-API Change The EXPLAIN Setting For A Prepared Statement … | |
static OT_ProcRet | pysq3lite_Sq3StmtC_Reset (Sq3StmtC_ARGS) |
Python: → C-API Reset A Prepared Statement Object … | |
static OT_ProcRet | pysq3lite_Sq3StmtC_Step (Sq3StmtC_ARGS) |
Python: → C-API Evaluate An SQL Statement … | |
Sq3StmtC - various functions to perform misc operations …
|
static |
Python:
→ C-API sq3stmt.ClearBindings()
Reset All Bindings On A Prepared Statement …
Definition at line 783 of file Sq3StmtC_py.c.
|
static |
Python:
→ C-API pStmt.Explain(eMode:int32)
Change The EXPLAIN Setting For A Prepared Statement …
Definition at line 797 of file Sq3StmtC_py.c.
|
static |
Python:
→ C-API [static] Sq3StmtC Sq3StmtC.NextStmt(pDb:Sq3LiteC, ?pStmt:Sq3StmtC=None?)
Find the next prepared statement …
Definition at line 763 of file Sq3StmtC_py.c.
|
static |
Python:
→ C-API pStmt.Reset()
Reset A Prepared Statement Object …
Definition at line 813 of file Sq3StmtC_py.c.
|
static |
Python:
→ C-API Sq3ErrorE sq3stmt.Step()
Evaluate An SQL Statement …
Definition at line 829 of file Sq3StmtC_py.c.