Searched defs:SQLITE_BUSY (Results 1 – 7 of 7) sorted by relevance
22 public static final int SQLITE_BUSY = 5; /* The database file is locked */ field in Constants
450 #define SQLITE_BUSY 5 /* The database file is locked */ macro
35 pub const SQLITE_BUSY: i32 = 5; constant
12 pub const SQLITE_BUSY: i32 = 5; constant