Searched refs:SQLITE_INTERRUPT (Results 1 – 13 of 13) sorted by relevance
76 super::SQLITE_INTERRUPT => ErrorCode::OperationInterrupted, in new()165 super::SQLITE_INTERRUPT => "Operation terminated by sqlite3_interrupt()", in code_to_str()
51 case SQLITE_INTERRUPT: in get_exception_class()
282 DECLARE_ERROR_CODE(SQLITE_INTERRUPT),
26 public static final int SQLITE_INTERRUPT = 9; /* Operation terminated by sqlite3_interrupt()*/ field in Constants
28 INTERRUPT = SQLITE_INTERRUPT,
61 case SQLITE_INTERRUPT: // Operation terminated by sqlite3_interrupt in GetTfErrorCode()
875 case SQLiteConstants.SQLITE_INTERRUPT:
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