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

  /external/javasqlite/src/main/java/SQLite/
Constants.java 17 public static final int SQLITE_OK = 0; /* Successful result */
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h 270 ** ^Calls to sqlite3_close() return SQLITE_OK if the [sqlite3] object is
370 ** KEYWORDS: SQLITE_OK {error code} {error codes}
380 #define SQLITE_OK 0 /* Successful result */
418 ** [SQLITE_OK | result codes]. However, experience has shown that many of
432 ** The SQLITE_OK result code will never be extended. It will always
    [all...]
sqlite3.c 813 ** ^Calls to sqlite3_close() return SQLITE_OK if the [sqlite3] object is
    [all...]
  /external/sqlite/dist/orig/
sqlite3.h 272 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return [SQLITE_OK] if
293 ** [sqlite3_backup] objects then it returns [SQLITE_OK] and the deallocation
398 #define SQLITE_OK 0 /* Successful result */
    [all...]
sqlite3.c 387 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return [SQLITE_OK] if
408 ** [sqlite3_backup] objects then it returns [SQLITE_OK] and the deallocation
513 #define SQLITE_OK 0 /* Successful result */
    [all...]
  /external/sqlite/dist/
sqlite3.h 272 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return [SQLITE_OK] if
293 ** [sqlite3_backup] objects then it returns [SQLITE_OK] and the deallocation
398 #define SQLITE_OK 0 /* Successful result */
    [all...]
sqlite3.c 387 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return [SQLITE_OK] if
408 ** [sqlite3_backup] objects then it returns [SQLITE_OK] and the deallocation
513 #define SQLITE_OK 0 /* Successful result */
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 698 milliseconds