Searched defs:SQLITE_INTERRUPT (Results 1 – 7 of 7) sorted by relevance
26 public static final int SQLITE_INTERRUPT = 9; /* Operation terminated by sqlite3_interrupt()*/ field in Constants
454 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/ macro
39 pub const SQLITE_INTERRUPT: i32 = 9; constant
16 pub const SQLITE_INTERRUPT: i32 = 9; constant