Home
last modified time | relevance | path

Searched defs:SQLITE_LOCKED (Results 1 – 5 of 5) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
DConstants.java23 public static final int SQLITE_LOCKED = 6; /* A table in the database is locked */ field in Constants
/external/sqlite/dist/
Dsqlite3.h429 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro
Dsqlite3.c1453 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro
/external/sqlite/dist/orig/
Dsqlite3.h429 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro
Dsqlite3.c1453 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro