Lines Matching defs:SQLITE_OK

298 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return [SQLITE_OK] if
311 ** it returns [SQLITE_OK] regardless, but instead of deallocating the database
421 #define SQLITE_OK 0 /* Successful result */
544 #define SQLITE_OK_LOAD_PERMANENTLY (SQLITE_OK | (1<<8))
545 #define SQLITE_OK_SYMLINK (SQLITE_OK | (2<<8))
974 ** file control returns [SQLITE_OK], then the parser assumes that the
979 ** any result code other than [SQLITE_OK] or [SQLITE_NOTFOUND], that means
1059 ** If the [SQLITE_FCNTL_BEGIN_ATOMIC_WRITE] opcode returns SQLITE_OK, then
1075 ** This file control returns [SQLITE_OK] if and only if the writes were
1325 ** directory. The xAccess method returns [SQLITE_OK] on success or some
1327 ** the file given in the second argument is illegal. If SQLITE_OK
1503 ** ^The sqlite3_initialize() routine returns [SQLITE_OK] on success.
1506 ** as a mutex) it returns an [error code] other than [SQLITE_OK].
1543 ** must return [SQLITE_OK] on success and some other [error code] upon
1578 ** ^When a configuration option is set, sqlite3_config() returns [SQLITE_OK].
1598 ** ^Calls to sqlite3_db_config() return SQLITE_OK if and only if
2969 ** return [SQLITE_OK] to allow the action, [SQLITE_IGNORE] to disallow the
2973 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
2977 ** When the callback returns [SQLITE_OK], that means the operation
2996 ** been read if [SQLITE_OK] had been returned. The [SQLITE_IGNORE]
3054 ** return either [SQLITE_OK] or one of these two constants in order
3296 ** [SQLITE_OK] is returned. Otherwise an [error code] is returned.)^ ^The
4014 ** ^On success, the sqlite3_prepare() family of routines return [SQLITE_OK];
4399 ** ^The sqlite3_bind_* routines return [SQLITE_OK] on success or an
4995 ** SQLITE_OK. ^If the most recent evaluation of statement S failed, then
5032 ** then [sqlite3_reset(S)] returns [SQLITE_OK].
6099 ** [SQLITE_OK] to indicate success, [SQLITE_ERROR] if the type is unsupported,
6393 ** ^(This routine returns [SQLITE_OK] if shared cache was enabled or disabled
6532 ** interface returns SQLITE_OK and fills in the non-NULL pointers in
6538 ** table and returns SQLITE_OK if the table exists and SQLITE_ERROR if it
6628 ** [SQLITE_OK] on success and [SQLITE_ERROR] if something goes wrong.
7166 ** ^(On success, [SQLITE_OK] is returned and the new [BLOB handle] is stored
7317 ** ^(On success, sqlite3_blob_read() returns SQLITE_OK.
7337 ** ^(On success, sqlite3_blob_write() returns SQLITE_OK.
7493 ** SQLITE_BUSY. ^The sqlite3_mutex_try() interface returns [SQLITE_OK]
7585 ** called, but only if the prior call to xMutexInit returned SQLITE_OK.
7799 ** SQLITE_OK if N is within bounds and SQLITE_ERROR if not. If either Z
7945 ** [SQLITE_MAX_LENGTH], or [SQLITE_OK] if there have been no errors.
7985 ** SQLITE_OK on success and a non-zero [error code] on failure.
8098 ** ^The sqlite3_db_status() routine returns SQLITE_OK on success and a
8626 ** are still more pages to be copied, then the function returns [SQLITE_OK].
8630 ** then an [error code] is returned. ^As well as [SQLITE_OK] and
8689 ** ^The value returned by sqlite3_backup_finish is [SQLITE_OK] if no
8811 ** returns SQLITE_OK.
8972 ** The callback function should normally return [SQLITE_OK]. ^If an error
9123 ** databases, SQLITE_OK is returned.
9126 ** mode, SQLITE_OK is returned and both *pnLog and *pnCkpt set to -1. ^If
9217 ** return SQLITE_OK. Or, if this is not possible, it may return
9446 ** ^Otherwise, if no error occurs, [sqlite3_db_cacheflush()] returns SQLITE_OK.
9601 ** created [sqlite3_snapshot] object into *P and returns SQLITE_OK.
9650 ** database. ^The [sqlite3_snapshot_open()] interface returns SQLITE_OK
9670 ** read transaction is undefined. If SQLITE_OK is returned, then the
9752 ** SQLITE_OK is returned if successful, or an SQLite error code otherwise.
10047 ** a pointer to the new object is written to *ppSession and SQLITE_OK is
10171 ** SQLITE_OK is returned if the call completes without error. Or, if an error
10235 ** SQLITE_OK. If an error occurs, set both *ppChangeset and *pnChangeset to
10389 ** If the operation is successful, SQLITE_OK is returned. Otherwise, an SQLite
10468 ** If successful, *pp is set to point to the iterator handle and SQLITE_OK
10583 ** If no error occurs, SQLITE_OK is returned. If an error does occur, an
10618 ** SQLITE_OK is returned and the output variables populated as described
10646 ** returns SQLITE_OK. The name of the function comes from the fact that this
10677 ** returns SQLITE_OK. If the change is an UPDATE and does not include
10679 ** SQLITE_OK returned. The name of the function comes from the fact that
10709 ** and returns SQLITE_OK.
10727 ** violations in the destination database and returns SQLITE_OK.
10753 ** to that error is returned by this function. Otherwise, SQLITE_OK is
10762 ** if( rc!=SQLITE_OK ){
10787 ** SQLITE_OK is returned. If an error occurs, both *pnOut and *ppOut are
10816 ** if( rc==SQLITE_OK ) rc = sqlite3changegroup_add(pGrp, nA, pA);
10817 ** if( rc==SQLITE_OK ) rc = sqlite3changegroup_add(pGrp, nB, pB);
10818 ** if( rc==SQLITE_OK ){
10855 ** If successful, this function returns SQLITE_OK and populates (*pp) with
10958 ** If no error occurs, SQLITE_OK is returned.
10981 ** variables (*pnData) and (*ppData) are set to 0. Otherwise, SQLITE_OK
11415 ** point to the new object and return SQLITE_OK. Otherwise, if an error
11444 ** (*pnOut) to its size in bytes and SQLITE_OK returned. It is the
11512 ** before returning SQLITE_OK. If the input is completely exhausted, (*pnData)
11546 ** supplied data, it should return SQLITE_OK to indicate success. Otherwise,
11668 ** This function returns SQLITE_OK if successful, or an SQLite error code
11781 ** (not characters) of the buffer and SQLITE_OK is returned. Otherwise,
11794 ** the query within the current row. Return SQLITE_OK if successful, or
11810 ** first token of the phrase. Returns SQLITE_OK if successful, or an error
11837 ** If the callback function returns any value other than SQLITE_OK, the
11839 ** If the returned value is SQLITE_DONE, xQueryPhrase returns SQLITE_OK.
11842 ** If the query runs to completion without incident, SQLITE_OK is returned.
12016 ** should be set to point to the new tokenizer handle and SQLITE_OK
12017 ** returned. If an error occurs, some value other than SQLITE_OK should
12071 ** If an xToken() callback returns any value other than SQLITE_OK, then
12074 ** input buffer is exhausted, xTokenize() should return SQLITE_OK. Finally,
12077 ** SQLITE_OK or SQLITE_DONE.