Home | History | Annotate | Download | only in WebCoreSQLite3

Lines Matching defs:SQLITE_ERROR

315 #define SQLITE_ERROR        1   /* SQL error or missing database */
2287 ** [sqlite3_step()] would only return a generic [SQLITE_ERROR] result code
2715 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
2736 ** [SQLITE_ERROR] means that a run-time error (such as a constraint
2748 ** previously returned [SQLITE_ERROR] or [SQLITE_DONE]. Or it could
2753 ** API always returns a generic error code, [SQLITE_ERROR], following any
3047 ** will result in [SQLITE_ERROR] being returned.
3391 ** the error code is SQLITE_ERROR. A subsequent call to sqlite3_result_error()
3392 ** or sqlite3_result_error16() resets the error code to SQLITE_ERROR.
3955 ** [SQLITE_OK] on success and [SQLITE_ERROR] if something goes wrong.
4419 ** [SQLITE_ERROR] is returned and no data is read. If N or iOffset is
4420 ** less than zero, [SQLITE_ERROR] is returned and no data is read.
4447 ** [SQLITE_ERROR] is returned and no data is written. If N is
4448 ** less than zero [SQLITE_ERROR] is returned and no data is written.
4762 ** open database file, then SQLITE_ERROR is returned. {H11307} This error
4765 ** also return SQLITE_ERROR. {A11309} There is no way to distinguish between
4766 ** an incorrect zDbName and an SQLITE_ERROR return from the underlying