Lines Matching refs:sqlite3_open_v2
265 ** [sqlite3_open_v2()] interfaces are its constructors, and [sqlite3_close()]
349 ** [sqlite3_open_v2()], and not previously closed.
579 ** 3rd parameter to the [sqlite3_open_v2()] interface and
582 ** Only those flags marked as "Ok for sqlite3_open_v2()" may be
583 ** used as the third argument to the [sqlite3_open_v2()] interface.
584 ** The other flags have historically been ignored by sqlite3_open_v2(),
586 ** raised if any of the disallowed bits are passed into sqlite3_open_v2().
590 ** [sqlite3_open_v2()] does *not* cause the underlying database file
592 ** [sqlite3_open_v2()] has historically be a no-op and might become an
595 #define SQLITE_OPEN_READONLY 0x00000001 /* Ok for sqlite3_open_v2() */
596 #define SQLITE_OPEN_READWRITE 0x00000002 /* Ok for sqlite3_open_v2() */
597 #define SQLITE_OPEN_CREATE 0x00000004 /* Ok for sqlite3_open_v2() */
601 #define SQLITE_OPEN_URI 0x00000040 /* Ok for sqlite3_open_v2() */
602 #define SQLITE_OPEN_MEMORY 0x00000080 /* Ok for sqlite3_open_v2() */
610 #define SQLITE_OPEN_NOMUTEX 0x00008000 /* Ok for sqlite3_open_v2() */
611 #define SQLITE_OPEN_FULLMUTEX 0x00010000 /* Ok for sqlite3_open_v2() */
612 #define SQLITE_OPEN_SHAREDCACHE 0x00020000 /* Ok for sqlite3_open_v2() */
613 #define SQLITE_OPEN_PRIVATECACHE 0x00040000 /* Ok for sqlite3_open_v2() */
615 #define SQLITE_OPEN_NOFOLLOW 0x01000000 /* Ok for sqlite3_open_v2() */
1355 ** the flags argument to [sqlite3_open_v2()]. Or if [sqlite3_open()]
2020 ** enabled, all filenames passed to [sqlite3_open()], [sqlite3_open_v2()],
3486 ** sqlite3_open() and sqlite3_open_v2() and as UTF-16 in the native byte
3498 ** sqlite3_open() or sqlite3_open_v2(). ^The default encoding for databases
3505 ** The sqlite3_open_v2() interface works like sqlite3_open()
3508 ** sqlite3_open_v2() must include, at a minimum, one of the following
3576 ** the extended result code mode, this flag also causes [sqlite3_open_v2()]
3583 ** If the 3rd parameter to sqlite3_open_v2() is not one of the
3588 ** sqlite3_open_v2(), however that behavior might not be carried through
3591 ** for sqlite3_open_v2(). The SQLITE_OPEN_EXCLUSIVE does *not* cause
3594 ** by sqlite3_open_v2().
3596 ** ^The fourth parameter to sqlite3_open_v2() is the name of the
3618 ** set in the third argument to sqlite3_open_v2(), or if it has
3651 ** VFS is an error. ^If sqlite3_open_v2() is used and the vfs option is
3653 ** the value passed as the fourth parameter to sqlite3_open_v2().
3660 ** third argument to sqlite3_open_v2(). ^If the mode option is set to
3668 ** the flags passed in the third parameter to sqlite3_open_v2().
3673 ** sqlite3_open_v2(). ^Setting the cache parameter to "private" is
3675 ** ^If sqlite3_open_v2() is used and the "cache" parameter is present in
3747 ** of sqlite3_open() and sqlite3_open_v2() must be UTF-8, not whatever
3750 ** sqlite3_open() or sqlite3_open_v2().
3753 ** prior to calling sqlite3_open() or sqlite3_open_v2(). Otherwise, various
3766 SQLITE_API int sqlite3_open_v2(
4215 ** prior successful call to [sqlite3_open()], [sqlite3_open_v2()] or
6484 ** prior to calling [sqlite3_open] or [sqlite3_open_v2]. Otherwise, various
6936 ** calls to [sqlite3_open()], [sqlite3_open_v2()], and [sqlite3_open16()].
6948 ** individual database connections using the [sqlite3_open_v2()] interface
6954 ** [sqlite3_open_v2()] with [SQLITE_OPEN_SHAREDCACHE].
7258 ** or [sqlite3_open_v2()] call that provoked the xEntryPoint() will fail.
10485 ** [sqlite3_open_v2()] returns [SQLITE_CANTOPEN], this interface could be