Lines Matching defs:sqlite3_snapshot
10194 ** KEYWORDS: {snapshot} {sqlite3_snapshot}
10207 ** The sqlite3_snapshot object records state information about an historical
10212 typedef struct sqlite3_snapshot {
10214 } sqlite3_snapshot;
10218 ** CONSTRUCTOR: sqlite3_snapshot
10221 ** new [sqlite3_snapshot] object that records the current state of
10224 ** created [sqlite3_snapshot] object into *P and returns SQLITE_OK.
10252 ** The [sqlite3_snapshot] object returned from a successful call to
10262 sqlite3_snapshot **ppSnapshot
10267 ** METHOD: sqlite3_snapshot
10311 sqlite3_snapshot *pSnapshot
10316 ** DESTRUCTOR: sqlite3_snapshot
10318 ** ^The [sqlite3_snapshot_free(P)] interface destroys [sqlite3_snapshot] P.
10319 ** The application must eventually free every [sqlite3_snapshot] object
10325 SQLITE_API SQLITE_EXPERIMENTAL void sqlite3_snapshot_free(sqlite3_snapshot*);
10329 ** METHOD: sqlite3_snapshot
10353 sqlite3_snapshot *p1,
10354 sqlite3_snapshot *p2
10359 ** METHOD: sqlite3_snapshot