xref: /netbsd-src/external/public-domain/sqlite/man/SQLITE_CHECKPOINT_PASSIVE.3 (revision a24efa7dea9f1f56c3bdb15a927d3516792ace1c)
1.Dd $Mdocdate$
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.Nd Checkpoint operation parameters
9.Sh SYNOPSIS
10.Fd #define SQLITE_CHECKPOINT_PASSIVE
11.Fd #define SQLITE_CHECKPOINT_FULL
12.Fd #define SQLITE_CHECKPOINT_RESTART
13.Sh DESCRIPTION
14These constants can be used as the 3rd parameter to sqlite3_wal_checkpoint_v2().
15See the sqlite3_wal_checkpoint_v2() documentation
16for additional information about the meaning and use of each of these
17values.
18.Sh SEE ALSO
19.Xr sqlite3_wal_checkpoint_v2 3
20