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