Searched defs:SQLITE_LOCKED (Results 1 – 5 of 5) sorted by relevance
23 public static final int SQLITE_LOCKED = 6; /* A table in the database is locked */ field in Constants
429 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro
1453 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro