Home | History | Annotate | Download | only in WebCoreSQLite3

Lines Matching defs:SQLITE_DENY

1773 ** compiled, or [SQLITE_DENY] to cause the entire SQL statement to be
1775 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
1780 ** requested is ok. When the callback returns [SQLITE_DENY], the
1852 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */