Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:SQLITE_OK

270 ** ^Calls to sqlite3_close() return SQLITE_OK if the [sqlite3] object is
370 ** KEYWORDS: SQLITE_OK {error code} {error codes}
380 #define SQLITE_OK 0 /* Successful result */
418 ** [SQLITE_OK | result codes]. However, experience has shown that many of
432 ** The SQLITE_OK result code will never be extended. It will always
1049 ** ^The sqlite3_initialize() routine returns [SQLITE_OK] on success.
1052 ** as a mutex) it returns an [error code] other than [SQLITE_OK].
1089 ** must return [SQLITE_OK] on success and some other [error code] upon
1122 ** ^When a configuration option is set, sqlite3_config() returns [SQLITE_OK].
1141 ** ^Calls to sqlite3_db_config() return SQLITE_OK if and only if
2121 ** return [SQLITE_OK] to allow the action, [SQLITE_IGNORE] to disallow the
2125 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
2129 ** When the callback returns [SQLITE_OK], that means the operation
2146 ** been read if [SQLITE_OK] had been returned. The [SQLITE_IGNORE]
2200 ** return either [SQLITE_OK] or one of these two constants in order
2334 ** [SQLITE_OK] is returned. Otherwise an [error code] is returned.)^ ^The
2633 ** ^On success, the sqlite3_prepare() family of routines return [SQLITE_OK];
2870 ** ^The sqlite3_bind_* routines return [SQLITE_OK] on success or an
3388 ** SQLITE_OK. ^If the most recent evaluation of statement S failed, then
3424 ** then [sqlite3_reset(S)] returns [SQLITE_OK].
4298 ** ^(This routine returns [SQLITE_OK] if shared cache was enabled or disabled
4472 ** [SQLITE_OK] on success and [SQLITE_ERROR] if something goes wrong.
4870 ** ^(On success, [SQLITE_OK] is returned and the new [BLOB handle] is written
4992 ** ^(On success, sqlite3_blob_read() returns SQLITE_OK.
5030 ** ^(On success, sqlite3_blob_write() returns SQLITE_OK.
5162 ** SQLITE_BUSY. ^The sqlite3_mutex_try() interface returns [SQLITE_OK]
5256 ** called, but only if the prior call to xMutexInit returned SQLITE_OK.
5437 ** ^The sqlite3_status() routine returns SQLITE_OK on success and a
5560 ** ^The sqlite3_db_status() routine returns SQLITE_OK on success and a
5935 ** are still more pages to be copied, then the function returns [SQLITE_OK].
5939 ** then an [error code] is returned. ^As well as [SQLITE_OK] and
5998 ** ^The value returned by sqlite3_backup_finish is [SQLITE_OK] if no
6118 ** returns SQLITE_OK.
6239 ** The callback function should normally return [SQLITE_OK]. ^If an error
6339 ** populated even if sqlite3_wal_checkpoint_v2() returns other than SQLITE_OK.
6368 ** databases, SQLITE_OK is returned.
6371 ** mode, SQLITE_OK is returned and both *pnLog and *pnCkpt set to -1. If