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

/external/javasqlite/src/main/java/SQLite/
H A DConstants.java36 public static final int SQLITE_CONSTRAINT = 19; /* Abort due to constraint violation */ field in class:Constants
/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h333 #define SQLITE_CONSTRAINT 19 /* Abort due to constraint violation */ macro
/external/sqlite/dist/orig/
H A Dsqlite3.h401 #define SQLITE_CONSTRAINT 19 /* Abort due to constraint violation */ macro
6873 ** a call to the [xUpdate] method returns [SQLITE_CONSTRAINT], then the entire
6879 ** that if [xUpdate] returns [SQLITE_CONSTRAINT], it will do so before
6885 ** [SQLITE_CONSTRAINT], SQLite handles this as if the ON CONFLICT mode
6894 ** 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
7423 ** a call to the [xUpdate] method returns [SQLITE_CONSTRAINT], then the entire
7429 ** that if [xUpdate] returns [SQLITE_CONSTRAINT], it will do so before
7435 ** [SQLITE_CONSTRAINT], SQLite handles this as if the ON CONFLICT mode
7444 ** SQLITE_CONSTRAINT, in which case SQLite falls back to OR ABORT
[all...]
/external/sqlite/dist/
H A Dsqlite3.h401 #define SQLITE_CONSTRAINT 19 /* Abort due to constraint violation */ macro
6873 ** a call to the [xUpdate] method returns [SQLITE_CONSTRAINT], then the entire
6879 ** that if [xUpdate] returns [SQLITE_CONSTRAINT], it will do so before
6885 ** [SQLITE_CONSTRAINT], SQLite handles this as if the ON CONFLICT mode
6894 ** 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
7423 ** a call to the [xUpdate] method returns [SQLITE_CONSTRAINT], then the entire
7429 ** that if [xUpdate] returns [SQLITE_CONSTRAINT], it will do so before
7435 ** [SQLITE_CONSTRAINT], SQLite handles this as if the ON CONFLICT mode
7444 ** SQLITE_CONSTRAINT, in which case SQLite falls back to OR ABORT
[all...]

Completed in 349 milliseconds