Searched defs:SQLITE_IGNORE (Results 1 – 12 of 12) sorted by relevance
104 … public static final int SQLITE_IGNORE = 2; /* Don't allow access, but don't generate an error */ field in Constants
108 pub const SQLITE_IGNORE: i32 = 2; constant
115 pub const SQLITE_IGNORE: i32 = 2; constant
140 pub const SQLITE_IGNORE: i32 = 2; constant
168 pub const SQLITE_IGNORE: i32 = 2; constant
3063 #define SQLITE_IGNORE 2 /* Don't allow access, but don't generate an error */ macro
254 pub const SQLITE_IGNORE: i32 = 2; constant
4126 #define SQLITE_IGNORE 2 /* Don't allow access, but don't generate an error */ macro
3048 #define SQLITE_IGNORE 2 /* Don't allow access, but don't generate an error */ macro
4087 #define SQLITE_IGNORE 2 /* Don't allow access, but don't generate an error */ macro