Sq3LiteC - functions related to index 'Modify' and doc 'Wal' … More...
Functions | |
void | cssq3lite.Sq3LiteC.WalAutocheckpoint (int N) |
C#: → C-API Configure an auto-checkpoint … | |
List< object > | cssq3lite.Sq3LiteC.WalCheckpointV2 (string zDb, int eMode) |
C#: → 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:
|
inline |
C#:
→ C-API db.WalAutocheckpoint(int N)
Configure an auto-checkpoint …
Definition at line 481 of file Sq3LiteC_cs.cs.
|
inline |
C#:
→ C-API {pnLog:int pnCkpt:int} db.WalCheckpointV2(string zDb, int eMode)
Checkpoint a database …
Definition at line 489 of file Sq3LiteC_cs.cs.