Sq3LiteC - configure the class … More...
Functions | |
static OT_ProcRet | pysq3lite_Sq3LiteC_BusyTimeout (Sq3LiteC_ARGS) |
Python: → C-API Set A Busy Timeout … | |
static OT_ProcRet | pysq3lite_Sq3LiteC_DeclareVtab (Sq3LiteC_ARGS) |
Python: → C-API Declare The Schema Of A Virtual Table … | |
static OT_ProcRet | pysq3lite_Sq3LiteC_ExtendedResultCodes (Sq3LiteC_ARGS) |
Python: → C-API Enable Or Disable Extended Result Codes … | |
static OT_ProcRet | pysq3lite_Sq3LiteC_Limit (Sq3LiteC_ARGS) |
Python: → C-API Run-time Limits … | |
Sq3LiteC - configure the class …
|
static |
Python:
→ C-API sq3lite.BusyTimeout(ms:int32)
Set A Busy Timeout …
Definition at line 290 of file Sq3LiteC_py.c.
|
static |
Python:
→ C-API sq3lite.DeclareVtab(zSQL:string)
Declare The Schema Of A Virtual Table …
Definition at line 306 of file Sq3LiteC_py.c.
|
static |
Python:
→ C-API sq3lite.ExtendedResultCodes(onoff:int32)
Enable Or Disable Extended Result Codes …
Definition at line 322 of file Sq3LiteC_py.c.
|
static |
Python:
→ C-API sq3lite.Limit(id:Sq3LimitE, newVal:int32)
Run-time Limits …
Definition at line 338 of file Sq3LiteC_py.c.