Sq3StmtC - various functions to create, initialize and destroy … More...
Functions | |
static OT_ProcRet | rbsq3lite_Sq3StmtC_PrepareV2 (OtClass_ARGS) |
Ruby: → C-API Compiling An SQL Statement … | |
static OT_ProcRet | rbsq3lite_Sq3StmtC_PrepareV3 (OtClass_ARGS) |
Ruby: → C-API Compiling An SQL Statement … | |
static OT_ProcRet | rbsq3lite_Sq3StmtC_new (CONSTR_ARGS) |
Ruby: → C-API Compiling An SQL Statement … | |
static OT_ProcRet | rbsq3lite_Sq3StmtC_Finalize (Sq3StmtC_ARGS) |
Ruby: → C-API Destroy A Prepared Statement Object … | |
Sq3StmtC - various functions to create, initialize and destroy …
|
static |
Ruby:
→ C-API (destructor) pStmt.Finalize()
Destroy A Prepared Statement Object …
Definition at line 837 of file Sq3StmtC_rb.c.
|
static |
Ruby:
→ C-API (constructor,static) Sq3StmtC Sq3StmtC.new(db:Sq3LiteC, zSql:string)
Compiling An SQL Statement …
Definition at line 819 of file Sq3StmtC_rb.c.
|
static |
Ruby:
→ C-API (constructor,static) Sq3StmtC Sq3StmtC.PrepareV2(db:Sq3LiteC, zSql:string)
Compiling An SQL Statement …
Definition at line 784 of file Sq3StmtC_rb.c.
|
static |
Ruby:
→ C-API (constructor,static) Sq3StmtC Sq3StmtC.PrepareV3(db:Sq3LiteC, zSql:string, ?prepFlags:Sq3PrepareEF=SQ3_PREPARE_NO?)
Compiling An SQL Statement …
Definition at line 801 of file Sq3StmtC_rb.c.