Sq3LiteC - functions related to index 'Modify' and doc 'Wal' … More...
Functions | |
static OT_ProcRet | pysq3lite_Sq3LiteC_WalAutocheckpoint (Sq3LiteC_ARGS) |
Python: → C-API Configure an auto-checkpoint … | |
static OT_ProcRet | pysq3lite_Sq3LiteC_WalCheckpointV2 (Sq3LiteC_ARGS) |
Python: → C-API Checkpoint a database … | |
Sq3LiteC - functions related to index 'Modify' and doc 'Wal' …
Configure an auto-checkpoint:
Checkpoint a database:
Reference code from sqlite3:
|
static |
Python:
→ C-API db.WalAutocheckpoint(N:int32)
Configure an auto-checkpoint …
Definition at line 824 of file Sq3LiteC_py.c.
|
static |
Python:
→ C-API {pnLog:int32 pnCkpt:int32} db.WalCheckpointV2(zDb:string, eMode:int32)
Checkpoint a database …
Definition at line 842 of file Sq3LiteC_py.c.