Home | History | Annotate | Download | only in dist

Lines Matching refs:aConstraint

4994 ** ^(The aConstraint[] array records WHERE clause constraints of the form:
4999 ** stored in aConstraint[].op using one of the
5002 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5009 ** ^The aConstraint[] array only reports WHERE clause terms that are
5017 ** the right-hand side of the corresponding aConstraint[] is evaluated
5038 int nConstraint; /* Number of entries in aConstraint */
5044 } *aConstraint; /* Table of WHERE clause constraints */
5066 ** [sqlite3_index_info].aConstraint[].op field. Each value represents