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

/external/sqlite/dist/orig/
H A Dsqlite3.h5591 ** ^(The aConstraint[] array records WHERE clause constraints of the form:
5596 ** stored in aConstraint[].op using one of the
5599 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5606 ** ^The aConstraint[] array only reports WHERE clause terms that are
5614 ** the right-hand side of the corresponding aConstraint[] is evaluated
5665 int nConstraint; /* Number of entries in aConstraint */
5671 } *aConstraint; /* Table of WHERE clause constraints */ member in struct:sqlite3_index_info
5702 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
H A Dsqlite3.c5805 ** ^(The aConstraint[] array records WHERE clause constraints of the form:
5810 ** stored in aConstraint[].op using one of the
5813 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5820 ** ^The aConstraint[] array only reports WHERE clause terms that are
5828 ** the right-hand side of the corresponding aConstraint[] is evaluated
5879 int nConstraint; /* Number of entries in aConstraint */
5885 } *aConstraint; /* Table of WHERE clause constraints */ member in struct:sqlite3_index_info
5916 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
154267 RtreeConstraint *aConstraint; /* Search constraints. */ member in struct:RtreeCursor
178715 } aConstraint[] = { local
[all...]
/external/sqlite/dist/
H A Dsqlite3.h5591 ** ^(The aConstraint[] array records WHERE clause constraints of the form:
5596 ** stored in aConstraint[].op using one of the
5599 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5606 ** ^The aConstraint[] array only reports WHERE clause terms that are
5614 ** the right-hand side of the corresponding aConstraint[] is evaluated
5665 int nConstraint; /* Number of entries in aConstraint */
5671 } *aConstraint; /* Table of WHERE clause constraints */ member in struct:sqlite3_index_info
5702 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
H A Dsqlite3.c5805 ** ^(The aConstraint[] array records WHERE clause constraints of the form:
5810 ** stored in aConstraint[].op using one of the
5813 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5820 ** ^The aConstraint[] array only reports WHERE clause terms that are
5828 ** the right-hand side of the corresponding aConstraint[] is evaluated
5879 int nConstraint; /* Number of entries in aConstraint */
5885 } *aConstraint; /* Table of WHERE clause constraints */ member in struct:sqlite3_index_info
5916 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
154297 RtreeConstraint *aConstraint; /* Search constraints. */ member in struct:RtreeCursor
178745 } aConstraint[] = { local
[all...]

Completed in 1228 milliseconds