Sq3LiteC - functions related to index 'Modify' and doc 'Wal' … More...
Functions | |
void | ccsq3lite::Sq3LiteC::WalAutocheckpoint (MK_I32 N) |
C++: → C-API Configure an auto-checkpoint … | |
std::tuple< MK_I32, MK_I32 > | ccsq3lite::Sq3LiteC::WalCheckpointV2 (MK_STRN zDb, MK_I32 eMode) |
C++: → C-API Checkpoint a database … | |
std::tuple< MK_I32, MK_I32 > | ccsq3lite::Sq3LiteC::WalCheckpointV2 (const std::string &zDb, MK_I32 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:
Configure an auto-checkpoint:
Checkpoint a database:
Reference code from sqlite3:
|
inline |
C++:
→ C-API db.WalAutocheckpoint(MK_I32 N)
Configure an auto-checkpoint …
Definition at line 572 of file Sq3LiteC_inline_cc.hh.
|
inline |
C++:
→ C-API {pnLog:MK_I32 pnCkpt:MK_I32} db.WalCheckpointV2(MK_STRN zDb, MK_I32 eMode)
Checkpoint a database …
Definition at line 592 of file Sq3LiteC_inline_cc.hh.
|
inline |
C++:
→ C-API {pnLog:MK_I32 pnCkpt:MK_I32} db.WalCheckpointV2(MK_STRN zDb, MK_I32 eMode)
Checkpoint a database …
Definition at line 581 of file Sq3LiteC_inline_cc.hh.