Searched defs:SQLITE_LOCKED (Results 1 – 6 of 6) 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
388 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro
938 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro