Sq3LiteC - functions related to index 'Modify' and doc 'Wal' … More...
Functions | |
static OT_ProcRet | rbsq3lite_Sq3LiteC_WalAutocheckpoint (Sq3LiteC_ARGS) |
Ruby: → C-API Configure an auto-checkpoint … | |
static OT_ProcRet | rbsq3lite_Sq3LiteC_WalCheckpointV2 (Sq3LiteC_ARGS) |
Ruby: → 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 |
Ruby:
→ C-API db.WalAutocheckpoint(N:int32)
Configure an auto-checkpoint …
Definition at line 728 of file Sq3LiteC_rb.c.
|
static |
Ruby:
→ C-API {pnLog:int32 pnCkpt:int32} db.WalCheckpointV2(zDb:string, eMode:int32)
Checkpoint a database …
Definition at line 743 of file Sq3LiteC_rb.c.