Sq3LiteC - execute a sql statement … More...
Functions | |
static OT_ProcRet | rbsq3lite_Sq3LiteC_Exec (Sq3LiteC_ARGS) |
Ruby: → C-API One-Step Query Execution Interface … | |
static OT_ProcRet | rbsq3lite_Sq3LiteC_ExecV2 (Sq3LiteC_ARGS) |
Ruby: → 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 | rbsq3lite_Sq3LiteC_Sleep (OtClass_ARGS) |
Ruby: → C-API Suspend Execution For A Short Time … | |
Sq3LiteC - execute a sql statement …
|
static |
Ruby:
→ C-API sq3lite.Exec(sql:string, ?callback_data:callable=nil?)
One-Step Query Execution Interface …
Definition at line 419 of file Sq3LiteC_rb.c.
|
static |
Ruby:
→ C-API sq3lite.ExecV2(sql:string, ?callback:callable=nil?)
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 436 of file Sq3LiteC_rb.c.
|
static |
Ruby:
→ C-API (static) Sq3LiteC.Sleep(arg0:int32)
Suspend Execution For A Short Time …
Definition at line 455 of file Sq3LiteC_rb.c.