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

  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h 244 #define SQLITE_LOCKED 6 /* A table in the database is locked */
    [all...]
  /libcore/sqlite-jdbc/src/main/java/SQLite/
Constants.java 23 public static final int SQLITE_LOCKED = 6; /* A table in the database is locked */
  /external/sqlite/dist/
sqlite3.h 360 #define SQLITE_LOCKED 6 /* A table in the database is locked */
425 #define SQLITE_LOCKED_SHAREDCACHE (SQLITE_LOCKED | (1<<8) )
    [all...]
sqlite3.c     [all...]

Completed in 38 milliseconds