Sq3LiteC - execute a sql statement … More...
Functions | |
static OT_ProcRet | pysq3lite_Sq3LiteC_Exec (Sq3LiteC_ARGS) |
Python: → C-API One-Step Query Execution Interface … | |
static OT_ProcRet | pysq3lite_Sq3LiteC_ExecV2 (Sq3LiteC_ARGS) |
Python: → 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 | pysq3lite_Sq3LiteC_Sleep (OtClass_ARGS) |
Python: → C-API Suspend Execution For A Short Time … | |
Sq3LiteC - execute a sql statement …
|
static |
Python:
→ C-API sq3lite.Exec(sql:string, ?callback_data:callable=None?)
One-Step Query Execution Interface …
Definition at line 458 of file Sq3LiteC_py.c.
|
static |
Python:
→ C-API sq3lite.ExecV2(sql:string, ?callback:callable=None?)
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 478 of file Sq3LiteC_py.c.
|
static |
Python:
→ C-API [static] Sq3LiteC.Sleep(arg0:int32)
Suspend Execution For A Short Time …
Definition at line 500 of file Sq3LiteC_py.c.