Sq3LiteC - functions related to index 'Modify' and doc 'Wal' … More...
Functions | |
static OT_ProcRet | tclsq3lite_Sq3LiteC_WalAutocheckpoint (Sq3LiteC_ARGS) |
Tcl: → C-API Configure an auto-checkpoint … | |
static OT_ProcRet | tclsq3lite_Sq3LiteC_WalCheckpointV2 (Sq3LiteC_ARGS) |
Tcl: → 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 |
Tcl:
→ C-API $db WalAutocheckpoint N:int32
Configure an auto-checkpoint …
Definition at line 838 of file Sq3LiteC_tcl.c.
|
static |
Tcl:
→ C-API {pnLog:int32 pnCkpt:int32} [$db WalCheckpointV2 zDb:string eMode:int32]
Checkpoint a database …
Definition at line 856 of file Sq3LiteC_tcl.c.