Lines Matching full:constraint
400 #define SQLITE_CONSTRAINT 19 /* Abort due to constraint violation */
1487 ** ^An [INSERT] that fails due to a constraint violation is not a
1492 ** encounters a constraint violation, it does not fail. The
1494 ** the constraint problem so INSERT OR REPLACE will always change
1529 ** are changed as side effects of [REPLACE] constraint resolution,
3041 ** ^[SQLITE_ERROR] means that a run-time error (such as a constraint
4135 ** an error or constraint causes an implicit rollback to occur.
4330 ** <tr><td> 7th <td> int <td> True if column has a NOT NULL constraint
4371 int *pNotNull, /* OUTPUT: True if NOT NULL constraint exists */
4551 ** expr on the right-hand side can be evaluated (and thus the constraint
4567 ** is true, then the constraint is assumed to be fully handled by the
4588 int iColumn; /* Column on left-hand side of constraint */
4589 unsigned char op; /* Constraint operator */
4590 unsigned char usable; /* True if this constraint is usable */
4600 int argvIndex; /* if >0, constraint is part of argv to xFilter */
4601 unsigned char omit; /* Do not code a test for this constraint */
4611 ** CAPI3REF: Virtual Table Constraint Operator Codes
4615 ** an operator that is part of a constraint term in the wHERE clause of