Home
last modified time | relevance | path

Searched defs:SQLITE_CONSTRAINT (Results 1 – 2 of 2) sorted by relevance

/third_party/sqlite/include/
Dsqlite3.h464 #define SQLITE_CONSTRAINT 19 /* Abort due to constraint violation */ macro
/third_party/sqlite/src/
Dsqlite3.c774 #define SQLITE_CONSTRAINT 19 /* Abort due to constraint violation */ macro