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/sqlite/dist/orig/
sqlite3.h 277 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return [SQLITE_OK] if
298 ** [sqlite3_backup] objects then it returns [SQLITE_OK] and the deallocation
404 #define SQLITE_OK 0 /* Successful result */
    [all...]
sqlite3.c 491 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return [SQLITE_OK] if
512 ** [sqlite3_backup] objects then it returns [SQLITE_OK] and the deallocation
618 #define SQLITE_OK 0 /* Successful result */
    [all...]
  /external/sqlite/dist/
sqlite3.h 277 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return [SQLITE_OK] if
298 ** [sqlite3_backup] objects then it returns [SQLITE_OK] and the deallocation
404 #define SQLITE_OK 0 /* Successful result */
    [all...]
sqlite3.c 491 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return [SQLITE_OK] if
512 ** [sqlite3_backup] objects then it returns [SQLITE_OK] and the deallocation
618 #define SQLITE_OK 0 /* Successful result */
    [all...]
  /external/robolectric/v3/libs/
sqlite4java-0.282.jar 
  /prebuilts/tools/common/m2/repository/com/almworks/sqlite4java/sqlite4java/0.282/
sqlite4java-0.282.jar 
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 653 milliseconds