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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h4945 ** ^(The aConstraint[] array records WHERE clause constraints of the form:
4950 ** stored in aConstraint[].op using one of the
4953 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
4960 ** ^The aConstraint[] array only reports WHERE clause terms that are
4968 ** the right-hand side of the corresponding aConstraint[] is evaluated
4989 int nConstraint; /* Number of entries in aConstraint */
4995 } *aConstraint; /* Table of WHERE clause constraints */ member in struct:sqlite3_index_info
5017 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
H A Dsqlite3.c5495 ** ^(The aConstraint[] array records WHERE clause constraints of the form:
5500 ** stored in aConstraint[].op using one of the
5503 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5510 ** ^The aConstraint[] array only reports WHERE clause terms that are
5518 ** the right-hand side of the corresponding aConstraint[] is evaluated
5539 int nConstraint; /* Number of entries in aConstraint */
5545 } *aConstraint; /* Table of WHERE clause constraints */ member in struct:sqlite3_index_info
5567 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
106222 const struct sqlite3_index_constraint *aConstraint = local
129791 RtreeConstraint *aConstraint; /* Search constraints. */ member in struct:RtreeCursor
[all...]

Completed in 504 milliseconds