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