Sq3StmtC - various functions to create, initialize and destroy … More...
Functions | |
static OT_ProcRet | tclsq3lite_Sq3StmtC_CTOR (CONSTR_ARGS) |
Tcl: → C-API Compiling An SQL Statement … | |
static OT_ProcRet | tclsq3lite_Sq3StmtC_PrepareV2 (OtClass_ARGS) |
Tcl: → C-API Compiling An SQL Statement … | |
static OT_ProcRet | tclsq3lite_Sq3StmtC_PrepareV3 (OtClass_ARGS) |
Tcl: → C-API Compiling An SQL Statement … | |
static OT_ProcRet | tclsq3lite_Sq3StmtC_Finalize (Sq3StmtC_ARGS) |
Tcl: → C-API Destroy A Prepared Statement Object … | |
Sq3StmtC - various functions to create, initialize and destroy …
|
static |
Tcl:
→ C-API (constructor,static) Sq3StmtC [Sq3StmtC CTOR db:Sq3LiteC zSql:string]
Compiling An SQL Statement …
Definition at line 915 of file Sq3StmtC_tcl.c.
|
static |
Tcl:
→ C-API (destructor) $pStmt Finalize
Destroy A Prepared Statement Object …
Definition at line 977 of file Sq3StmtC_tcl.c.
|
static |
Tcl:
→ C-API (constructor,static) Sq3StmtC [Sq3StmtC PrepareV2 db:Sq3LiteC zSql:string]
Compiling An SQL Statement …
Definition at line 934 of file Sq3StmtC_tcl.c.
|
static |
Tcl:
→ C-API (constructor,static) Sq3StmtC [Sq3StmtC PrepareV3 db:Sq3LiteC zSql:string ?prepFlags:Sq3PrepareEF=SQ3_PREPARE_NO?]
Compiling An SQL Statement …
Definition at line 954 of file Sq3StmtC_tcl.c.