*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: sqlite3_snapshot_cmp | Section: 3 | Source: NetBSD | File: sqlite3_snapshot_cmp.3
SQLITE3_SNAPSHOT_CMP(3) FreeBSD Library Functions Manual NAME sqlite3_snapshot_cmp - Compare the ages of two snapshot handles. SYNOPSIS int sqlite3_snapshot_cmp(sqlite3_snapshot *p1, sqlite3_snapshot *p2 ); DESCRIPTION The sqlite3_snapshot_cmp(P1, P2) interface is used to compare the ages of two valid snapshot handles. If the two snapshot handles are not associated with the same database file, the result of the comparison is undefined. Additionally, the result of the comparison is only valid if both of the snapshot handles were obtained by calling sqlite3_snapshot_get() since the last time the wal file was deleted. The wal file is deleted when the database is changed back to rollback mode or when the number of database clients drops to zero. If either snapshot handle was obtained before the wal file was last deleted, the value returned by this function is undefined. Otherwise, this API returns a negative value if P1 refers to an older snapshot than P2, zero if the two handles refer to the same database snapshot, and a positive value if P1 is a newer snapshot than P2. This interface is only available if SQLite is compiled with the SQLITE_ENABLE_SNAPSHOT option. FreeBSD 14.1-RELEASE-p8 December 19, 2018 FreeBSD 14.1-RELEASE-p8

Navigation Options