Sq3StmtC - get type-information … More...
Functions | |
static OT_ProcRet | tclsq3lite_Sq3StmtC_DbHandle (Sq3StmtC_ARGS) |
Tcl: → C-API Find The Database Handle Of A Prepared Statement … | |
static OT_ProcRet | tclsq3lite_Sq3StmtC_Busy (Sq3StmtC_ARGS) |
Tcl: → C-API Determine If A Prepared Statement Has Been Reset … | |
static OT_ProcRet | tclsq3lite_Sq3StmtC_DataCount (Sq3StmtC_ARGS) |
Tcl: → C-API Number of columns in a result set … | |
static OT_ProcRet | tclsq3lite_Sq3StmtC_IsExplain (Sq3StmtC_ARGS) |
Tcl: → C-API Query The EXPLAIN Setting For A Prepared Statement … | |
MK_DEPRECATED static MK_UNUSED OT_ProcRet | tclsq3lite_Sq3StmtC_Log (Sq3StmtC_ARGS) |
static OT_ProcRet | tclsq3lite_Sq3StmtC_Readonly (Sq3StmtC_ARGS) |
Tcl: → C-API Determine If An SQL Statement Writes The Database … | |
static OT_ProcRet | tclsq3lite_Sq3StmtC_Status (Sq3StmtC_ARGS) |
Tcl: → C-API Prepared Statement Status … | |
Sq3StmtC - get type-information …
|
static |
Tcl:
→ C-API $sq3stmt Busy
Determine If A Prepared Statement Has Been Reset …
Definition at line 687 of file Sq3StmtC_tcl.c.
|
static |
Tcl:
→ C-API $pStmt DataCount
Number of columns in a result set …
Definition at line 701 of file Sq3StmtC_tcl.c.
|
static |
Tcl:
→ C-API Sq3LiteC [$sq3stmt DbHandle]
Find The Database Handle Of A Prepared Statement …
Definition at line 671 of file Sq3StmtC_tcl.c.
|
static |
Tcl:
→ C-API $pStmt IsExplain
Query The EXPLAIN Setting For A Prepared Statement …
Definition at line 715 of file Sq3StmtC_tcl.c.
|
static |
Definition at line 730 of file Sq3StmtC_tcl.c.
|
static |
Tcl:
→ C-API $pStmt Readonly
Determine If An SQL Statement Writes The Database …
Definition at line 733 of file Sq3StmtC_tcl.c.
|
static |
Tcl:
→ C-API $sq3stmt Status op:Sq3StmtStatusE resetFlg:bool
Prepared Statement Status …
Definition at line 747 of file Sq3StmtC_tcl.c.