Lines Matching full:clause
2307 ** or in an ORDER BY or GROUP BY clause.</dd>)^
2421 ** ^If the value of a [parameter | host parameter] in the WHERE clause might
2709 ** ^The name of a result column is the value of the "AS" clause for
2710 ** that column, if there is an AS clause. If there is no AS clause
3861 ** [ON CONFLICT | ON CONFLICT REPLACE] clause. ^Nor is the update hook
4190 ** ^(The aConstraint[] array records WHERE clause constraints of the form:
4201 ** and makes other simplifications to the WHERE clause in an attempt to
4202 ** get as many WHERE clause terms into the form shown above as possible.
4203 ** ^The aConstraint[] array only reports WHERE clause terms that are
4206 ** ^Information about the ORDER BY clause is stored in aOrderBy[].
4207 ** ^Each term of aOrderBy records a column of the ORDER BY clause.
4222 ** the correct order to satisfy the ORDER BY clause so that no separate
4238 } *aConstraint; /* Table of WHERE clause constraints */
4239 int nOrderBy; /* Number of terms in the ORDER BY clause */
4243 } *aOrderBy; /* The ORDER BY clause */