Sq3StmtC - various functions to create, initialize and destroy … More...
Functions | |
static OT_ProcRet | pysq3lite_Sq3StmtC_PrepareV2 (OtClass_ARGS) |
Python: → C-API Compiling An SQL Statement … | |
static OT_ProcRet | pysq3lite_Sq3StmtC_PrepareV3 (OtClass_ARGS) |
Python: → C-API Compiling An SQL Statement … | |
static OT_ProcRet | pysq3lite_Sq3StmtC_new (CONSTR_ARGS) |
Python: → C-API Compiling An SQL Statement … | |
static OT_ProcRet | pysq3lite_Sq3StmtC_Finalize (Sq3StmtC_ARGS) |
Python: → C-API Destroy A Prepared Statement Object … | |
Sq3StmtC - various functions to create, initialize and destroy …
|
static |
Python:
→ C-API [destructor] pStmt.Finalize()
Destroy A Prepared Statement Object …
Definition at line 960 of file Sq3StmtC_py.c.
|
static |
Python:
→ C-API [constructor,static] Sq3StmtC Sq3StmtC.new(db:Sq3LiteC, zSql:string)
Compiling An SQL Statement …
Definition at line 939 of file Sq3StmtC_py.c.
|
static |
Python:
→ C-API [constructor,static] Sq3StmtC Sq3StmtC.PrepareV2(db:Sq3LiteC, zSql:string)
Compiling An SQL Statement …
Definition at line 898 of file Sq3StmtC_py.c.
|
static |
Python:
→ C-API [constructor,static] Sq3StmtC Sq3StmtC.PrepareV3(db:Sq3LiteC, zSql:string, ?prepFlags:Sq3PrepareEF=SQ3_PREPARE_NO?)
Compiling An SQL Statement …
Definition at line 918 of file Sq3StmtC_py.c.