Searched defs:SQLITE_LOCKED (Results 1 – 16 of 16) 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
451 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro
761 #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
428 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro
13 pub const SQLITE_LOCKED: i32 = 6; constant
1491 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro