Searched refs:SQLITE_CONSTRAINT (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/lua/sqlite/
H A Dsqlite.c370 { "CONSTRAINT", SQLITE_CONSTRAINT },
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h401 #define SQLITE_CONSTRAINT 19 /* Abort due to constraint violation */ macro
6823 ** a call to the [xUpdate] method returns [SQLITE_CONSTRAINT], then the entire
6829 ** that if [xUpdate] returns [SQLITE_CONSTRAINT], it will do so before
6835 ** [SQLITE_CONSTRAINT], SQLite handles this as if the ON CONFLICT mode
6844 ** SQLITE_CONSTRAINT, in which case SQLite falls back to OR ABORT
H A Dsqlite3.c951 #define SQLITE_CONSTRAINT 19 /* Abort due to constraint violation */ macro
7373 ** a call to the [xUpdate] method returns [SQLITE_CONSTRAINT], then the entire
7379 ** that if [xUpdate] returns [SQLITE_CONSTRAINT], it will do so before
7385 ** [SQLITE_CONSTRAINT], SQLite handles this as if the ON CONFLICT mode
7394 ** SQLITE_CONSTRAINT, in which case SQLite falls back to OR ABORT
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/makemandb/
H A Dmakemandb.c1680 if (rc == SQLITE_CONSTRAINT) {

Completed in 528 milliseconds