Home | History | Annotate | Download | only in orig

Lines Matching defs:SQLITE_DENY

2426 ** compiled, or [SQLITE_DENY] to cause the entire SQL statement to be
2428 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
2433 ** requested is ok. ^When the callback returns [SQLITE_DENY], the
2511 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */