Searched refs:aConstraint (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.h4815 ** ^(The aConstraint[] array records WHERE clause constraints of the form:
4820 ** stored in aConstraint[].op using one of the
4823 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
4830 ** ^The aConstraint[] array only reports WHERE clause terms that are
4838 ** the right-hand side of the corresponding aConstraint[] is evaluated
4859 int nConstraint; /* Number of entries in aConstraint */
4865 } *aConstraint; /* Table of WHERE clause constraints */ member in struct:sqlite3_index_info
4887 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
H A Dsqlite3.c5368 ** ^(The aConstraint[] array records WHERE clause constraints of the form:
5373 ** stored in aConstraint[].op using one of the
5376 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5383 ** ^The aConstraint[] array only reports WHERE clause terms that are
5391 ** the right-hand side of the corresponding aConstraint[] is evaluated
5412 int nConstraint; /* Number of entries in aConstraint */
5418 } *aConstraint; /* Table of WHERE clause constraints */ member in struct:sqlite3_index_info
5440 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
104185 const struct sqlite3_index_constraint *aConstraint = local
127245 RtreeConstraint *aConstraint; /* Search constraints. */ member in struct:RtreeCursor
[all...]

Completed in 489 milliseconds