Lines Matching defs:sqlite3_snapshot
10493 ** KEYWORDS: {snapshot} {sqlite3_snapshot}
10506 ** The sqlite3_snapshot object records state information about an historical
10511 typedef struct sqlite3_snapshot {
10513 } sqlite3_snapshot;
10517 ** CONSTRUCTOR: sqlite3_snapshot
10520 ** new [sqlite3_snapshot] object that records the current state of
10523 ** created [sqlite3_snapshot] object into *P and returns SQLITE_OK.
10551 ** The [sqlite3_snapshot] object returned from a successful call to
10561 sqlite3_snapshot **ppSnapshot
10566 ** METHOD: sqlite3_snapshot
10610 sqlite3_snapshot *pSnapshot
10615 ** DESTRUCTOR: sqlite3_snapshot
10617 ** ^The [sqlite3_snapshot_free(P)] interface destroys [sqlite3_snapshot] P.
10618 ** The application must eventually free every [sqlite3_snapshot] object
10624 SQLITE_API SQLITE_EXPERIMENTAL void sqlite3_snapshot_free(sqlite3_snapshot*);
10628 ** METHOD: sqlite3_snapshot
10652 sqlite3_snapshot *p1,
10653 sqlite3_snapshot *p2
10658 ** METHOD: sqlite3_snapshot