Searched refs:SQLITE_CONSTRAINT (Results 1 - 7 of 7) sorted by relevance
/external/javasqlite/src/main/java/SQLite/ |
H A D | Constants.java | 36 public static final int SQLITE_CONSTRAINT = 19; /* Abort due to constraint violation */ field in class:Constants
|
/external/webkit/WebKitLibraries/WebCoreSQLite3/ |
H A D | sqlite3.h | 333 #define SQLITE_CONSTRAINT 19 /* Abort due to constraint violation */ macro
|
/external/sqlite/dist/orig/ |
H A D | sqlite3.h | 401 #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 D | sqlite3.c | 951 #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 D | sqlite3.h | 401 #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 D | sqlite3.c | 951 #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/robolectric/lib/main/ |
H A D | sqlite-jdbc-3.7.2.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ... |
Completed in 899 milliseconds