Lines Matching full:sqlite3_open_v2
239 ** [sqlite3_open_v2()] interfaces are its constructors, and [sqlite3_close()]
327 ** [sqlite3_open_v2()], and not previously closed.
541 ** 3rd parameter to the [sqlite3_open_v2()] interface and
544 #define SQLITE_OPEN_READONLY 0x00000001 /* Ok for sqlite3_open_v2() */
545 #define SQLITE_OPEN_READWRITE 0x00000002 /* Ok for sqlite3_open_v2() */
546 #define SQLITE_OPEN_CREATE 0x00000004 /* Ok for sqlite3_open_v2() */
550 #define SQLITE_OPEN_URI 0x00000040 /* Ok for sqlite3_open_v2() */
551 #define SQLITE_OPEN_MEMORY 0x00000080 /* Ok for sqlite3_open_v2() */
559 #define SQLITE_OPEN_NOMUTEX 0x00008000 /* Ok for sqlite3_open_v2() */
560 #define SQLITE_OPEN_FULLMUTEX 0x00010000 /* Ok for sqlite3_open_v2() */
561 #define SQLITE_OPEN_SHAREDCACHE 0x00020000 /* Ok for sqlite3_open_v2() */
562 #define SQLITE_OPEN_PRIVATECACHE 0x00040000 /* Ok for sqlite3_open_v2() */
1189 ** the flags argument to [sqlite3_open_v2()]. Or if [sqlite3_open()]
1827 ** enabled, all filenames passed to [sqlite3_open()], [sqlite3_open_v2()],
3082 ** sqlite3_open() and sqlite3_open_v2() and as UTF-16 in the native byte
3094 ** sqlite3_open() or sqlite3_open_v2(). ^The default encoding for databases
3101 ** The sqlite3_open_v2() interface works like sqlite3_open()
3104 ** sqlite3_open_v2() can take one of
3125 ** If the 3rd parameter to sqlite3_open_v2() is not one of the
3142 ** ^The fourth parameter to sqlite3_open_v2() is the name of the
3164 ** set in the third argument to sqlite3_open_v2(), or if it has
3197 ** VFS is an error. ^If sqlite3_open_v2() is used and the vfs option is
3199 ** the value passed as the fourth parameter to sqlite3_open_v2().
3206 ** third argument to sqlite3_open_v2(). ^If the mode option is set to
3214 ** the flags passed in the third parameter to sqlite3_open_v2().
3219 ** sqlite3_open_v2(). ^Setting the cache parameter to "private" is
3221 ** ^If sqlite3_open_v2() is used and the "cache" parameter is present in
3292 ** of sqlite3_open() and sqlite3_open_v2() must be UTF-8, not whatever
3295 ** sqlite3_open() or sqlite3_open_v2().
3298 ** prior to calling sqlite3_open() or sqlite3_open_v2(). Otherwise, various
3311 SQLITE_API int sqlite3_open_v2(
3591 ** prior successful call to [sqlite3_open()], [sqlite3_open_v2()] or
5490 ** prior to calling [sqlite3_open] or [sqlite3_open_v2]. Otherwise, various
5742 ** calls to [sqlite3_open()], [sqlite3_open_v2()], and [sqlite3_open16()].
5756 ** [sqlite3_open_v2()] with [SQLITE_OPEN_SHAREDCACHE].
6046 ** or [sqlite3_open_v2()] call that provoked the xEntryPoint() will fail.
8611 ** [sqlite3_open_v2()] returns [SQLITE_CANTOPEN], this interface could be