Searched defs:SQLITE_INTERNAL (Results 1 – 7 of 7) sorted by relevance
19 public static final int SQLITE_INTERNAL = 2; /* Internal logic error in SQLite */ field in Constants
447 #define SQLITE_INTERNAL 2 /* Internal logic error in SQLite */ macro
32 pub const SQLITE_INTERNAL: i32 = 2; constant
9 pub const SQLITE_INTERNAL: i32 = 2; constant