Lines Matching full:clause
3050 ** or in an ORDER BY or GROUP BY clause.</dd>)^
3165 ** WHERE clause might influence the choice of query plan for a statement,
3169 ** ^The specific value of WHERE-clause [parameter] might influence the
3526 ** ^The name of a result column is the value of the "AS" clause for
3527 ** that column, if there is an AS clause. If there is no AS clause
4933 ** [ON CONFLICT | ON CONFLICT REPLACE] clause. ^Nor is the update hook
5350 ** ^(The aConstraint[] array records WHERE clause constraints of the form:
5363 ** and makes other simplifications to the WHERE clause in an attempt to
5364 ** get as many WHERE clause terms into the form shown above as possible.
5365 ** ^The aConstraint[] array only reports WHERE clause terms that are
5368 ** ^Information about the ORDER BY clause is stored in aOrderBy[].
5369 ** ^Each term of aOrderBy records a column of the ORDER BY clause.
5384 ** the correct order to satisfy the ORDER BY clause so that no separate
5412 } *aConstraint; /* Table of WHERE clause constraints */
5413 int nOrderBy; /* Number of terms in the ORDER BY clause */
5417 } *aOrderBy; /* The ORDER BY clause */
5437 ** an operator that is part of a constraint term in the wHERE clause of