Lines Matching full:applications
609 ** interfaces as either deprecated or experimental. New applications
823 ** Applications must [sqlite3_finalize | finalize] all [prepared statements]
1189 ** Applications that define a custom xFileControl method should use opcodes
1301 ** Applications should not call [sqlite3_file_control()] with this
1568 ** next. Applications that use these interfaces must be prepared for any
1570 ** from one release to the next. Applications must not attempt to access
1683 ** shutdown on embedded systems. Workstation applications using
1722 ** it is recommended that applications always invoke sqlite3_initialize()
1762 ** applications and so this routine is usually not necessary. It is
1763 ** provided to support rare applications with unusual needs.
1822 ** that are perfectly adequate for the overwhelming majority of applications
1823 ** and that this object is only useful to a tiny minority of applications
1888 ** Existing configuration options might be discontinued. Applications
2132 ** Existing configuration options might be discontinued. Applications
2775 ** applications to access the same PRNG for other purposes.
2842 ** Applications that need to process SQL from untrusted sources
3345 ** Run-time limits are intended for use in applications that manage
3349 ** separate databases controlled by JavaScript applications downloaded
3619 ** for maximum code portability it is recommended that applications
3955 ** new "v2" interface is recommended for new applications but the legacy
4439 ** to be supported. However, new applications should avoid
4836 ** sqlite3_create_collation_v2() function fails. Applications that invoke
5199 ** future releases of SQLite. Applications that care about shared
5279 ** applications will achieve adequate soft heap limit enforcement without
5293 ** only. All new applications should use the
5408 ** ^So as not to open security holes in older applications that are
6060 ** use by SQLite only. Applications that use SQLite mutexes should
6196 ** never uses these routines except inside an assert() and applications
6232 ** next. Applications that override the built-in mutex logic must be
6299 ** This interface is not for use by applications. It exists solely
6318 ** Applications should not use any of these parameters or the
6496 ** might be discontinued. Applications should check the return code from
6666 ** In many applications, most of the heap memory allocated by
6676 ** extreme measure that is only needed by the most demanding applications.
6705 ** in multithreaded applications.
7186 ** ^The [sqlite3_stricmp()] and [sqlite3_strnicmp()] APIs allow applications
9541 ** SQLITE_MUTEX_NOOP For single-threaded applications. No
9546 ** SQLITE_MUTEX_PTHREADS For multi-threaded applications on Unix.
9548 ** SQLITE_MUTEX_W32 For multi-threaded applications on Win32.
9550 ** SQLITE_MUTEX_OS2 For multi-threaded applications on OS/2.
10472 ** in systems with lots of prepared statements. And few applications
17430 ** exclusion and is thus suitable for use only in applications
17432 ** here are place-holders. Applications can substitute working
17705 ** use by SQLite only. Applications that use SQLite mutexes should
18017 ** use by SQLite only. Applications that use SQLite mutexes should
18427 ** use by SQLite only. Applications that use SQLite mutexes should
21265 ** sqlite3_strnicmp() APIs allow applications and extensions to compare
23548 ** similar applications that take command line arguments.
37439 ** * Always use a unified cache in single-threaded applications
46565 ** problems caused by applications routinely shutting down without
49369 ** in single threaded applications that use shared cache. Except for
63130 ** Nevertheless, some published applications that were originally written
91850 ** applications that relink against newer versions of SQLite, the
91944 ** default so as not to open security holes in older applications.
93456 ** applications for any purpose.
108060 ** Applications can choose to define yytestcase() in the %include section
111265 ** Applications can set this macro (for example inside %include) if
111374 ** is substantially reduced. This is important for embedded applications
112757 ** This API allows applications to modify the global configuration of
115813 ** reduce the applications ability to prioritize multiple