Sq3StmtC - get type-information … More...
Functions | |
static OT_ProcRet | pysq3lite_Sq3StmtC_DbHandle (Sq3StmtC_ARGS) |
Python: → C-API Find The Database Handle Of A Prepared Statement … | |
static OT_ProcRet | pysq3lite_Sq3StmtC_Busy (Sq3StmtC_ARGS) |
Python: → C-API Determine If A Prepared Statement Has Been Reset … | |
static OT_ProcRet | pysq3lite_Sq3StmtC_DataCount (Sq3StmtC_ARGS) |
Python: → C-API Number of columns in a result set … | |
static OT_ProcRet | pysq3lite_Sq3StmtC_IsExplain (Sq3StmtC_ARGS) |
Python: → C-API Query The EXPLAIN Setting For A Prepared Statement … | |
MK_DEPRECATED static MK_UNUSED OT_ProcRet | pysq3lite_Sq3StmtC_Log (Sq3StmtC_ARGS) |
static OT_ProcRet | pysq3lite_Sq3StmtC_Readonly (Sq3StmtC_ARGS) |
Python: → C-API Determine If An SQL Statement Writes The Database … | |
static OT_ProcRet | pysq3lite_Sq3StmtC_Status (Sq3StmtC_ARGS) |
Python: → C-API Prepared Statement Status … | |
Sq3StmtC - get type-information …
|
static |
Python:
→ C-API sq3stmt.Busy()
Determine If A Prepared Statement Has Been Reset …
Definition at line 676 of file Sq3StmtC_py.c.
|
static |
Python:
→ C-API pStmt.DataCount()
Number of columns in a result set …
Definition at line 690 of file Sq3StmtC_py.c.
|
static |
Python:
→ C-API Sq3LiteC sq3stmt.DbHandle()
Find The Database Handle Of A Prepared Statement …
Definition at line 660 of file Sq3StmtC_py.c.
|
static |
Python:
→ C-API pStmt.IsExplain()
Query The EXPLAIN Setting For A Prepared Statement …
Definition at line 704 of file Sq3StmtC_py.c.
|
static |
Definition at line 719 of file Sq3StmtC_py.c.
|
static |
Python:
→ C-API pStmt.Readonly()
Determine If An SQL Statement Writes The Database …
Definition at line 722 of file Sq3StmtC_py.c.
|
static |
Python:
→ C-API sq3stmt.Status(op:Sq3StmtStatusE, resetFlg:bool)
Prepared Statement Status …
Definition at line 736 of file Sq3StmtC_py.c.