Home | History | Annotate | Download | only in dist

Lines Matching refs:SQLITE_DENY

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