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