Lines Matching full:clause
370 ** SQLite implements the command "DELETE FROM table" without a WHERE clause
392 ** SQLite implements the command "DELETE FROM table" without a WHERE clause
2411 ** The aConstraint[] array records WHERE clause constraints of the
2423 ** and makes other simplificatinos to the WHERE clause in an attempt to
2424 ** get as many WHERE clause terms into the form shown above as possible.
2425 ** The aConstraint[] array only reports WHERE clause terms in the correct
2428 ** Information about the ORDER BY clause is stored in aOrderBy[].
2429 ** Each term of aOrderBy records a column of the ORDER BY clause.
2442 ** the correct order to satisfy the ORDER BY clause so that no separate
2458 } *const aConstraint; /* Table of WHERE clause constraints */
2459 const int nOrderBy; /* Number of terms in the ORDER BY clause */
2463 } *const aOrderBy; /* The ORDER BY clause */