Lines Matching refs:constraint
373 #define SQLITE_CONSTRAINT 19 /* Abort due to constraint violation */
1328 ** ^An [INSERT] that fails due to a constraint violation is not a
1333 ** encounters a constraint violation, it does not fail. The
1335 ** the constraint problem so INSERT OR REPLACE will always change
1370 ** are changed as side effects of [REPLACE] constraint resolution,
2836 ** ^[SQLITE_ERROR] means that a run-time error (such as a constraint
3824 ** an error or constraint causes an implicit rollback to occur.
3988 ** <tr><td> 7th <td> int <td> True if column has a NOT NULL constraint
4029 int *pNotNull, /* OUTPUT: True if NOT NULL constraint exists */
4197 ** expr on the right-hand side can be evaluated (and thus the constraint
4213 ** is true, then the constraint is assumed to be fully handled by the
4234 int iColumn; /* Column on left-hand side of constraint */
4236 unsigned char usable; /* True if this constraint is usable */
4246 int argvIndex; /* if >0, constraint is part of argv to xFilter */
4247 unsigned char omit; /* Do not code a test for this constraint */