Searched defs:SQLITE_NOTADB (Results 1 – 12 of 12) sorted by relevance
43 public static final int SQLITE_NOTADB = 26; /* File opened that is not a database file */ field in Constants
32 pub const SQLITE_NOTADB: i32 = 26; constant
34 pub const SQLITE_NOTADB: i32 = 26; constant
448 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
33 pub const SQLITE_NOTADB: i32 = 26; constant
1511 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
1487 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro