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