1.Dd December 19, 2018 2.Dt SQLITE_CHECKPOINT_PASSIVE 3 3.Os 4.Sh NAME 5.Nm SQLITE_CHECKPOINT_PASSIVE , 6.Nm SQLITE_CHECKPOINT_FULL , 7.Nm SQLITE_CHECKPOINT_RESTART , 8.Nm SQLITE_CHECKPOINT_TRUNCATE 9.Nd Checkpoint Mode Values 10.Sh SYNOPSIS 11.Fd #define SQLITE_CHECKPOINT_PASSIVE 12.Fd #define SQLITE_CHECKPOINT_FULL 13.Fd #define SQLITE_CHECKPOINT_RESTART 14.Fd #define SQLITE_CHECKPOINT_TRUNCATE 15.Sh DESCRIPTION 16These constants define all valid values for the "checkpoint mode" passed 17as the third parameter to the sqlite3_wal_checkpoint_v2() 18interface. 19See the sqlite3_wal_checkpoint_v2() documentation 20for details on the meaning of each of these checkpoint modes. 21.Sh SEE ALSO 22.Xr sqlite3_wal_checkpoint_v2 3 23