Home | History | Annotate | Download | only in orig

Lines Matching refs:SQLITE_CONSTRAINT

442 #define SQLITE_CONSTRAINT  19   /* Abort due to constraint violation */
521 #define SQLITE_CONSTRAINT_CHECK (SQLITE_CONSTRAINT | (1<<8))
522 #define SQLITE_CONSTRAINT_COMMITHOOK (SQLITE_CONSTRAINT | (2<<8))
523 #define SQLITE_CONSTRAINT_FOREIGNKEY (SQLITE_CONSTRAINT | (3<<8))
524 #define SQLITE_CONSTRAINT_FUNCTION (SQLITE_CONSTRAINT | (4<<8))
525 #define SQLITE_CONSTRAINT_NOTNULL (SQLITE_CONSTRAINT | (5<<8))
526 #define SQLITE_CONSTRAINT_PRIMARYKEY (SQLITE_CONSTRAINT | (6<<8))
527 #define SQLITE_CONSTRAINT_TRIGGER (SQLITE_CONSTRAINT | (7<<8))
528 #define SQLITE_CONSTRAINT_UNIQUE (SQLITE_CONSTRAINT | (8<<8))
529 #define SQLITE_CONSTRAINT_VTAB (SQLITE_CONSTRAINT | (9<<8))
530 #define SQLITE_CONSTRAINT_ROWID (SQLITE_CONSTRAINT |(10<<8))
6221 ** implementation returns SQLITE_CONSTRAINT, then there is no need to rollback
6223 ** SQLITE_CONSTRAINT, the database contents must be exactly as they were
6225 ** set and xUpdate returns SQLITE_CONSTRAINT, any database changes made by
8277 ** a call to the [xUpdate] method returns [SQLITE_CONSTRAINT], then the entire
8283 ** that if [xUpdate] returns [SQLITE_CONSTRAINT], it will do so before
8289 ** [SQLITE_CONSTRAINT], SQLite handles this as if the ON CONFLICT mode
8298 ** SQLITE_CONSTRAINT, in which case SQLite falls back to OR ABORT
9919 ** If the DELETE operation is attempted, but SQLite returns SQLITE_CONSTRAINT
9964 ** SQLITE_CONSTRAINT, the conflict-handler function is invoked with