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