Searched defs:SQLITE_LOCKED (Results 1 – 7 of 7) sorted by relevance
23 public static final int SQLITE_LOCKED = 6; /* A table in the database is locked */ field in Constants
451 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro
36 pub const SQLITE_LOCKED: i32 = 6; constant
13 pub const SQLITE_LOCKED: i32 = 6; constant