Searched refs:sqlite3_snapshot_open (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile167 sqlite3_snapshot_open.3 \
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1955 int sqlite3_snapshot_open(sqlite3 *db, char *zSchema, sqlite3_snapshot *pSnapshot);
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h10522 ** ^The [sqlite3_snapshot_open(D,S,P)] interface either starts a new read
10526 ** database. ^The [sqlite3_snapshot_open()] interface returns SQLITE_OK
10530 ** [autocommit mode] when [sqlite3_snapshot_open(D,S,P)] is called. If there
10537 ** ^A call to sqlite3_snapshot_open() will fail to open if the specified
10549 ** ^(A call to [sqlite3_snapshot_open(D,S,P)] will fail if the
10558 ** The [sqlite3_snapshot_open()] interface is only available when the
10561 SQLITE_API SQLITE_EXPERIMENTAL int sqlite3_snapshot_open(
10618 ** on that database and [WAL file], the [sqlite3_snapshot_open()] interface
10624 ** sqlite3_snapshot_open(). It is an error if there is already a read
H A Dsqlite3.c10835 ** ^The [sqlite3_snapshot_open(D,S,P)] interface either starts a new read
10839 ** database. ^The [sqlite3_snapshot_open()] interface returns SQLITE_OK
10843 ** [autocommit mode] when [sqlite3_snapshot_open(D,S,P)] is called. If there
10850 ** ^A call to sqlite3_snapshot_open() will fail to open if the specified
10862 ** ^(A call to [sqlite3_snapshot_open(D,S,P)] will fail if the
10871 ** The [sqlite3_snapshot_open()] interface is only available when the
10874 SQLITE_API SQLITE_EXPERIMENTAL int sqlite3_snapshot_open(
10931 ** on that database and [WAL file], the [sqlite3_snapshot_open()] interface
10937 ** sqlite3_snapshot_open(). It is an error if there is already a read
183107 SQLITE_API int sqlite3_snapshot_open( function
[all...]

Completed in 541 milliseconds