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