Lines Matching full:applications
59 ** interfaces as either deprecated or experimental. New applications
273 ** Applications must [sqlite3_finalize | finalize] all [prepared statements]
639 ** Applications that define a custom xFileControl method should use opcodes
751 ** Applications should not call [sqlite3_file_control()] with this
1018 ** next. Applications that use these interfaces must be prepared for any
1020 ** from one release to the next. Applications must not attempt to access
1133 ** shutdown on embedded systems. Workstation applications using
1172 ** it is recommended that applications always invoke sqlite3_initialize()
1212 ** applications and so this routine is usually not necessary. It is
1213 ** provided to support rare applications with unusual needs.
1272 ** that are perfectly adequate for the overwhelming majority of applications
1273 ** and that this object is only useful to a tiny minority of applications
1338 ** Existing configuration options might be discontinued. Applications
1582 ** Existing configuration options might be discontinued. Applications
2225 ** applications to access the same PRNG for other purposes.
2292 ** Applications that need to process SQL from untrusted sources
2795 ** Run-time limits are intended for use in applications that manage
2799 ** separate databases controlled by JavaScript applications downloaded
3069 ** for maximum code portability it is recommended that applications
3405 ** new "v2" interface is recommended for new applications but the legacy
3889 ** to be supported. However, new applications should avoid
4286 ** sqlite3_create_collation_v2() function fails. Applications that invoke
4649 ** future releases of SQLite. Applications that care about shared
4729 ** applications will achieve adequate soft heap limit enforcement without
4743 ** only. All new applications should use the
4858 ** ^So as not to open security holes in older applications that are
5510 ** use by SQLite only. Applications that use SQLite mutexes should
5646 ** never uses these routines except inside an assert() and applications
5682 ** next. Applications that override the built-in mutex logic must be
5749 ** This interface is not for use by applications. It exists solely
5768 ** Applications should not use any of these parameters or the
5946 ** might be discontinued. Applications should check the return code from
6116 ** In many applications, most of the heap memory allocated by
6126 ** extreme measure that is only needed by the most demanding applications.
6155 ** in multithreaded applications.
6636 ** ^The [sqlite3_stricmp()] and [sqlite3_strnicmp()] APIs allow applications