Home
last modified time | relevance | path

Searched defs:SQLITE_LOCKED (Results 1 – 4 of 4) 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/webkit/WebKitLibraries/WebCoreSQLite3/
Dsqlite3.h320 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro
/external/sqlite/dist/
Dsqlite3.h387 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro
Dsqlite3.c934 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro