Searched refs:sqlite3_snapshot (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h9571 ** KEYWORDS: {snapshot} {sqlite3_snapshot}
9584 ** The sqlite3_snapshot object records state information about an historical
9589 typedef struct sqlite3_snapshot { struct
9591 } sqlite3_snapshot; typedef in typeref:struct:sqlite3_snapshot
9595 ** CONSTRUCTOR: sqlite3_snapshot
9598 ** new [sqlite3_snapshot] object that records the current state of
9601 ** created [sqlite3_snapshot] object into *P and returns SQLITE_OK.
9629 ** The [sqlite3_snapshot] object returned from a successful call to
9639 sqlite3_snapshot **ppSnapshot
9644 ** METHOD: sqlite3_snapshot
[all...]
H A Dsqlite3.c10634 ** KEYWORDS: {snapshot} {sqlite3_snapshot}
10647 ** The sqlite3_snapshot object records state information about an historical
10652 typedef struct sqlite3_snapshot { struct
10654 } sqlite3_snapshot; typedef in typeref:struct:sqlite3_snapshot
10658 ** CONSTRUCTOR: sqlite3_snapshot
10661 ** new [sqlite3_snapshot] object that records the current state of
10664 ** created [sqlite3_snapshot] object into *P and returns SQLITE_OK.
10692 ** The [sqlite3_snapshot] object returned from a successful call to
10702 sqlite3_snapshot **ppSnapshot
10707 ** METHOD: sqlite3_snapshot
[all...]

Completed in 725 milliseconds