Home | History | Annotate | Download | only in dist

Lines Matching full:constraint

400 #define SQLITE_CONSTRAINT  19   /* Abort due to constraint violation */
1484 ** ^An [INSERT] that fails due to a constraint violation is not a
1489 ** encounters a constraint violation, it does not fail. The
1491 ** the constraint problem so INSERT OR REPLACE will always change
1526 ** are changed as side effects of [REPLACE] constraint resolution,
3038 ** ^[SQLITE_ERROR] means that a run-time error (such as a constraint
4132 ** an error or constraint causes an implicit rollback to occur.
4327 ** <tr><td> 7th <td> int <td> True if column has a NOT NULL constraint
4368 int *pNotNull, /* OUTPUT: True if NOT NULL constraint exists */
4548 ** expr on the right-hand side can be evaluated (and thus the constraint
4564 ** is true, then the constraint is assumed to be fully handled by the
4585 int iColumn; /* Column on left-hand side of constraint */
4586 unsigned char op; /* Constraint operator */
4587 unsigned char usable; /* True if this constraint is usable */
4597 int argvIndex; /* if >0, constraint is part of argv to xFilter */
4598 unsigned char omit; /* Do not code a test for this constraint */
4608 ** CAPI3REF: Virtual Table Constraint Operator Codes
4612 ** an operator that is part of a constraint term in the wHERE clause of