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

  /external/javasqlite/src/main/java/SQLite/
Constants.java 23 public static final int SQLITE_LOCKED = 6; /* A table in the database is locked */
  /external/sqlite/dist/orig/
sqlite3.h 429 #define SQLITE_LOCKED 6 /* A table in the database is locked */
506 #define SQLITE_LOCKED_SHAREDCACHE (SQLITE_LOCKED | (1<<8))
    [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.h 429 #define SQLITE_LOCKED 6 /* A table in the database is locked */
506 #define SQLITE_LOCKED_SHAREDCACHE (SQLITE_LOCKED | (1<<8))
    [all...]
sqlite3.c     [all...]

Completed in 1251 milliseconds