Sq3LiteC - various functions to create, initialize and destroy … More...
Functions | |
static OT_ProcRet | atlsq3lite_Sq3LiteC_CTOR (CONSTR_ARGS) |
Atl: → C-API Opening A New Database Connection … | |
static OT_ProcRet | atlsq3lite_Sq3LiteC_OpenV2 (OtClass_ARGS) |
Atl: → C-API Opening A New Database Connection … | |
static OT_ProcRet | atlsq3lite_Sq3LiteC_PrepareV2 (Sq3LiteC_ARGS) |
Atl: → C-API Compiling An SQL Statement … | |
static OT_ProcRet | atlsq3lite_Sq3LiteC_CloseV2 (Sq3LiteC_ARGS) |
Atl: → C-API Closing A Database Connection … | |
Sq3LiteC - various functions to create, initialize and destroy …
|
static |
Atl:
→ C-API (destructor) Sq3LiteC::CloseV2 $sq3lite
Closing A Database Connection …
Definition at line 1040 of file Sq3LiteC_atl.c.
|
static |
Atl:
→ C-API (constructor,static) Sq3LiteC [Sq3LiteC::CTOR filename:string ?flags:Sq3OpenEF={SQ3_OPEN_READWRITE SQ3_OPEN_CREATE}? ?zVfs:string="NULL"?]
Opening A New Database Connection …
Definition at line 976 of file Sq3LiteC_atl.c.
|
static |
Atl:
→ C-API (constructor,static) Sq3LiteC [Sq3LiteC::OpenV2 filename:string ?flags:Sq3OpenEF={SQ3_OPEN_READWRITE SQ3_OPEN_CREATE}? ?zVfs:string="NULL"?]
Opening A New Database Connection …
Definition at line 997 of file Sq3LiteC_atl.c.
|
static |
Atl:
→ C-API (constructor) Sq3StmtC [Sq3LiteC::PrepareV2 $db zSql:string]
Compiling An SQL Statement …
Definition at line 1021 of file Sq3LiteC_atl.c.