• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/sqlite3/

Lines Matching defs:SQLITE_ERROR

423 #define SQLITE_ERROR        1   /* Generic error */
472 #define SQLITE_ERROR_MISSING_COLLSEQ (SQLITE_ERROR | (1<<8))
473 #define SQLITE_ERROR_RETRY (SQLITE_ERROR | (2<<8))
474 #define SQLITE_ERROR_SNAPSHOT (SQLITE_ERROR | (3<<8))
1701 ** [SQLITE_ERROR] if called with the SQLITE_CONFIG_SINGLETHREAD
1715 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1731 ** [sqlite3_config()] will return [SQLITE_ERROR] if called with the
1819 ** [SQLITE_ERROR] if invoked otherwise.
1843 ** return [SQLITE_ERROR].</dd>
1856 ** return [SQLITE_ERROR].</dd>
3954 ** to return an error (error code SQLITE_ERROR) if the statement uses
4037 ** [sqlite3_step()] would only return a generic [SQLITE_ERROR] result code
4650 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
4671 ** ^[SQLITE_ERROR] means that a run-time error (such as a constraint
4683 ** previously returned [SQLITE_ERROR] or [SQLITE_DONE]. Or it could
4701 ** API always returns a generic error code, [SQLITE_ERROR], following any
5685 ** the error code is SQLITE_ERROR. ^A subsequent call to sqlite3_result_error()
5686 ** or sqlite3_result_error16() resets the error code to SQLITE_ERROR.
6099 ** [SQLITE_OK] to indicate success, [SQLITE_ERROR] if the type is unsupported,
6535 ** SQLITE_ERROR if the specified column does not exist.
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.
7172 ** This function fails with SQLITE_ERROR if any of the following are true:
7309 ** [SQLITE_ERROR] is returned and no data is read. ^If N or iOffset is
7310 ** less than zero, [SQLITE_ERROR] is returned and no data is read.
7350 ** [SQLITE_ERROR] is returned and no data is written. The size of the
7353 ** than zero [SQLITE_ERROR] is returned and no data is written.
7711 ** open database file, then SQLITE_ERROR is returned. ^This error
7714 ** also return SQLITE_ERROR. There is no way to distinguish between
7715 ** an incorrect zDbName and an SQLITE_ERROR return from the underlying
7799 ** SQLITE_OK if N is within bounds and SQLITE_ERROR if not. If either Z
9128 ** attached database, SQLITE_ERROR is returned to the caller.
9607 ** called, SQLITE_ERROR is returned. The final value of *P is undefined
9658 ** SQLITE_ERROR is returned if either of these conditions is violated, or
9667 ** database snapshot) if SQLITE_ERROR, SQLITE_BUSY or SQLITE_ERROR_SNAPSHOT
10894 ** function. Otherwise, SQLITE_ERROR is returned and no changes are added