Searched defs:SQLITE_ABORT (Results 1 – 7 of 7) sorted by relevance
21 public static final int SQLITE_ABORT = 4; /* Callback routine requested an abort */ field in Constants
449 #define SQLITE_ABORT 4 /* Callback routine requested an abort */ macro
34 pub const SQLITE_ABORT: i32 = 4; constant
11 pub const SQLITE_ABORT: i32 = 4; constant