Sq3LiteC - execute a sql statement … More...
Collaboration diagram for Sq3LiteC_Execution_TCL_API:Functions | |
| static OT_ProcRet | tclsq3lite_Sq3LiteC_Exec (Sq3LiteC_ARGS) |
Tcl: → C-API One-Step Query Execution Interface … | |
| static OT_ProcRet | tclsq3lite_Sq3LiteC_ExecV2 (Sq3LiteC_ARGS) |
Tcl: → C-API The Sq3LiteExecV2() interface is a convenience wrapper around Sq3StmtPrepareV2(), Sq3StmtStep(), and Sq3StmtFinalize(), that allows an application to run multiple statements of SQL without having to use a lot of C code. | |
| static OT_ProcRet | tclsq3lite_Sq3LiteC_Sleep (OtClass_ARGS) |
Tcl: → C-API Suspend Execution For A Short Time … | |
Sq3LiteC - execute a sql statement …
|
static |
Tcl: → C-API $sq3lite Exec sql:string ?callback_data:callable="MK_NULL"?
One-Step Query Execution Interface …
Definition at line 469 of file Sq3LiteC_tcl.c.
|
static |
Tcl: → C-API $sq3lite ExecV2 sql:string ?callback:callable="MK_NULL"?
The Sq3LiteExecV2() interface is a convenience wrapper around Sq3StmtPrepareV2(), Sq3StmtStep(), and Sq3StmtFinalize(), that allows an application to run multiple statements of SQL without having to use a lot of C code.
Definition at line 489 of file Sq3LiteC_tcl.c.
|
static |
Tcl: → C-API (static) Sq3LiteC Sleep arg0:int32
Suspend Execution For A Short Time …
Definition at line 511 of file Sq3LiteC_tcl.c.