Sq3LiteC - execute a sql statement … More...
Functions | |
static OT_ProcRet | atlsq3lite_Sq3LiteC_Exec (Sq3LiteC_ARGS) |
Atl: → C-API One-Step Query Execution Interface … | |
static OT_ProcRet | atlsq3lite_Sq3LiteC_ExecV2 (Sq3LiteC_ARGS) |
Atl: → 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 | atlsq3lite_Sq3LiteC_Sleep (OtClass_ARGS) |
Atl: → C-API Suspend Execution For A Short Time … | |
Sq3LiteC - execute a sql statement …
|
static |
Atl:
→ C-API Sq3LiteC::Exec $sq3lite sql:string ?callback_data:callable=NULL?
One-Step Query Execution Interface …
Definition at line 448 of file Sq3LiteC_atl.c.
|
static |
Atl:
→ C-API Sq3LiteC::ExecV2 $sq3lite sql:string ?callback:callable=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 468 of file Sq3LiteC_atl.c.
|
static |
Atl:
→ C-API (static) Sq3LiteC::Sleep arg0:int32
Suspend Execution For A Short Time …
Definition at line 490 of file Sq3LiteC_atl.c.