Searched defs:SQLITE_TOOBIG (Results 1 – 7 of 7) sorted by relevance
35 public static final int SQLITE_TOOBIG = 18; /* String or BLOB exceeds size limit */ field in Constants
463 #define SQLITE_TOOBIG 18 /* String or BLOB exceeds size limit */ macro
48 pub const SQLITE_TOOBIG: i32 = 18; constant
25 pub const SQLITE_TOOBIG: i32 = 18; constant