Lines Matching defs:SQLITE_IGNORE
3156 ** return [SQLITE_OK] to allow the action, [SQLITE_IGNORE] to disallow the
3160 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
3180 ** and the callback returns [SQLITE_IGNORE] then the
3183 ** been read if [SQLITE_OK] had been returned. The [SQLITE_IGNORE]
3191 ** [SQLITE_IGNORE] then the [DELETE] operation proceeds but the
3246 ** Note that SQLITE_IGNORE is also used as a [conflict resolution mode]
3250 #define SQLITE_IGNORE 2 /* Don't allow access, but don't generate an error */
9845 ** value returned is one of [SQLITE_ROLLBACK], [SQLITE_IGNORE], [SQLITE_FAIL],
10178 ** Note that the [SQLITE_IGNORE] constant is also used as a potential
10183 /* #define SQLITE_IGNORE 2 // Also used by sqlite3_authorizer() callback */