Searched defs:SQLITE_AUTH (Results 1 – 7 of 7) sorted by relevance
40 public static final int SQLITE_AUTH = 23; /* Authorization denied */ field in Constants
468 #define SQLITE_AUTH 23 /* Authorization denied */ macro
53 pub const SQLITE_AUTH: i32 = 23; constant
30 pub const SQLITE_AUTH: i32 = 23; constant