Searched defs:SQLITE_LOCKED (Results 1 – 3 of 3) sorted by relevance
119 SQLITE_LOCKED = 6, /** A table in the database is locked */ enumerator
451 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro
764 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro