Searched refs:SQLITE_ABORT (Results 1 – 3 of 3) sorted by relevance
60 case SQLITE_ABORT: in _pysqlite_seterror()
449 #define SQLITE_ABORT 4 /* Callback routine requested an abort */ macro551 #define SQLITE_ABORT_ROLLBACK (SQLITE_ABORT | (2<<8))
18115 rc = SQLITE_ABORT; in exec_prepared_stmt()