HomeSort by: relevance | last modified time | path
    Searched defs:aConstraint (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3.h 7737 ** ^(The aConstraint[] array records WHERE clause constraints of the form:
7742 ** stored in aConstraint[].op using one of the
7745 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
7752 ** ^The aConstraint[] array only reports WHERE clause terms that are
7771 ** the right-hand side of the corresponding aConstraint[] is evaluated
7832 int nConstraint; /* Number of entries in aConstraint */
7838 } *aConstraint; /* Table of WHERE clause constraints */
7877 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
7882 ** aConstraint[].iColumn field. ^An iColumn of -1 indicates the left-han
    [all...]
sqlite3.c 8058 ** ^(The aConstraint[] array records WHERE clause constraints of the form:
8063 ** stored in aConstraint[].op using one of the
8066 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
8073 ** ^The aConstraint[] array only reports WHERE clause terms that are
8092 ** the right-hand side of the corresponding aConstraint[] is evaluated
8153 int nConstraint; /* Number of entries in aConstraint */
8159 } *aConstraint; /* Table of WHERE clause constraints */
8198 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
8203 ** aConstraint[].iColumn field. ^An iColumn of -1 indicates the left-han
    [all...]

Completed in 98 milliseconds