Searched defs:SQLITE_NOTFOUND (Results 1 – 12 of 12) sorted by relevance
29 public static final int SQLITE_NOTFOUND = 12; /* NOT USED. Table or record not found */ field in Constants
18 pub const SQLITE_NOTFOUND: i32 = 12; constant
20 pub const SQLITE_NOTFOUND: i32 = 12; constant
434 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro
19 pub const SQLITE_NOTFOUND: i32 = 12; constant
1497 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro
457 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro
763 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro