HomeSort by relevance Sort by last modified time
    Searched defs:SQLITE_ABORT (Results 1 - 8 of 8) sorted by null

  /external/javasqlite/src/main/java/SQLite/
Constants.java 21 public static final int SQLITE_ABORT = 4; /* Callback routine requested an abort */
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h 331 ** routine returns SQLITE_ABORT without invoking the callback again and
385 #define SQLITE_ABORT 4 /* Callback routine requested an abort */
    [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.h 331 ** routine returns SQLITE_ABORT without invoking the callback again and
386 #define SQLITE_ABORT 4 /* Callback routine requested an abort */
464 #define SQLITE_ABORT_ROLLBACK (SQLITE_ABORT | (2<<8))
    [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.h 331 ** routine returns SQLITE_ABORT without invoking the callback again and
386 #define SQLITE_ABORT 4 /* Callback routine requested an abort */
464 #define SQLITE_ABORT_ROLLBACK (SQLITE_ABORT | (2<<8))
    [all...]
sqlite3.c     [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 869 milliseconds