Sq3StmtC - various functions to create, initialize and destroy … More...
Functions | |
static OT_ProcRet | atlsq3lite_Sq3StmtC_CTOR (CONSTR_ARGS) |
Atl: → C-API Compiling An SQL Statement … | |
static OT_ProcRet | atlsq3lite_Sq3StmtC_PrepareV2 (OtClass_ARGS) |
Atl: → C-API Compiling An SQL Statement … | |
static OT_ProcRet | atlsq3lite_Sq3StmtC_PrepareV3 (OtClass_ARGS) |
Atl: → C-API Compiling An SQL Statement … | |
static OT_ProcRet | atlsq3lite_Sq3StmtC_Finalize (Sq3StmtC_ARGS) |
Atl: → C-API Destroy A Prepared Statement Object … | |
Sq3StmtC - various functions to create, initialize and destroy …
|
static |
Atl:
→ C-API (constructor,static) Sq3StmtC [Sq3StmtC::CTOR db:Sq3LiteC zSql:string]
Compiling An SQL Statement …
Definition at line 891 of file Sq3StmtC_atl.c.
|
static |
Atl:
→ C-API (destructor) Sq3StmtC::Finalize $pStmt
Destroy A Prepared Statement Object …
Definition at line 953 of file Sq3StmtC_atl.c.
|
static |
Atl:
→ C-API (constructor,static) Sq3StmtC [Sq3StmtC::PrepareV2 db:Sq3LiteC zSql:string]
Compiling An SQL Statement …
Definition at line 910 of file Sq3StmtC_atl.c.
|
static |
Atl:
→ C-API (constructor,static) Sq3StmtC [Sq3StmtC::PrepareV3 db:Sq3LiteC zSql:string ?prepFlags:Sq3PrepareEF=SQ3_PREPARE_NO?]
Compiling An SQL Statement …
Definition at line 930 of file Sq3StmtC_atl.c.