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.
575 ** 3rd parameter to the [sqlite3_open_v2()] interface and
578 ** Only those flags marked as "Ok for sqlite3_open_v2()" may be
579 ** used as the third argument to the [sqlite3_open_v2()] interface.
580 ** The other flags have historically been ignored by sqlite3_open_v2(),
582 ** raised if any of the disallowed bits are passed into sqlite3_open_v2().
586 ** [sqlite3_open_v2()] does *not* cause the underlying database file
588 ** [sqlite3_open_v2()] has historically be a no-op and might become an
591 #define SQLITE_OPEN_READONLY 0x00000001 /* Ok for sqlite3_open_v2() */
592 #define SQLITE_OPEN_READWRITE 0x00000002 /* Ok for sqlite3_open_v2() */
593 #define SQLITE_OPEN_CREATE 0x00000004 /* Ok for sqlite3_open_v2() */
597 #define SQLITE_OPEN_URI 0x00000040 /* Ok for sqlite3_open_v2() */
598 #define SQLITE_OPEN_MEMORY 0x00000080 /* Ok for sqlite3_open_v2() */
606 #define SQLITE_OPEN_NOMUTEX 0x00008000 /* Ok for sqlite3_open_v2() */
607 #define SQLITE_OPEN_FULLMUTEX 0x00010000 /* Ok for sqlite3_open_v2() */
608 #define SQLITE_OPEN_SHAREDCACHE 0x00020000 /* Ok for sqlite3_open_v2() */
609 #define SQLITE_OPEN_PRIVATECACHE 0x00040000 /* Ok for sqlite3_open_v2() */
611 #define SQLITE_OPEN_NOFOLLOW 0x01000000 /* Ok for sqlite3_open_v2() */
1345 ** the flags argument to [sqlite3_open_v2()]. Or if [sqlite3_open()]
1990 ** enabled, all filenames passed to [sqlite3_open()], [sqlite3_open_v2()],
3387 ** sqlite3_open() and sqlite3_open_v2() and as UTF-16 in the native byte
3399 ** sqlite3_open() or sqlite3_open_v2(). ^The default encoding for databases
3406 ** The sqlite3_open_v2() interface works like sqlite3_open()
3409 ** sqlite3_open_v2() must include, at a minimum, one of the following
3472 ** the extended result code mode, this flag also causes [sqlite3_open_v2()]
3479 ** If the 3rd parameter to sqlite3_open_v2() is not one of the
3484 ** sqlite3_open_v2(), however that behavior might not be carried through
3487 ** for sqlite3_open_v2(). The SQLITE_OPEN_EXCLUSIVE does *not* cause
3490 ** by sqlite3_open_v2().
3492 ** ^The fourth parameter to sqlite3_open_v2() is the name of the
3514 ** set in the third argument to sqlite3_open_v2(), or if it has
3547 ** VFS is an error. ^If sqlite3_open_v2() is used and the vfs option is
3549 ** the value passed as the fourth parameter to sqlite3_open_v2().
3556 ** third argument to sqlite3_open_v2(). ^If the mode option is set to
3564 ** the flags passed in the third parameter to sqlite3_open_v2().
3569 ** sqlite3_open_v2(). ^Setting the cache parameter to "private" is
3571 ** ^If sqlite3_open_v2() is used and the "cache" parameter is present in
3643 ** of sqlite3_open() and sqlite3_open_v2() must be UTF-8, not whatever
3646 ** sqlite3_open() or sqlite3_open_v2().
3649 ** prior to calling sqlite3_open() or sqlite3_open_v2(). Otherwise, various
3662 int sqlite3_open_v2(
4108 ** prior successful call to [sqlite3_open()], [sqlite3_open_v2()] or
6200 ** prior to calling [sqlite3_open] or [sqlite3_open_v2]. Otherwise, various
6646 ** calls to [sqlite3_open()], [sqlite3_open_v2()], and [sqlite3_open16()].
6658 ** individual database connections using the [sqlite3_open_v2()] interface
6664 ** [sqlite3_open_v2()] with [SQLITE_OPEN_SHAREDCACHE].
6968 ** or [sqlite3_open_v2()] call that provoked the xEntryPoint() will fail.
10134 ** [sqlite3_open_v2()] returns [SQLITE_CANTOPEN], this interface could be