Home | History | Annotate | Download | only in orig

Lines Matching refs:aOrderBy

5562 ** ^Information about the ORDER BY clause is stored in aOrderBy[].
5563 ** ^Each term of aOrderBy records a column of the ORDER BY clause.
5599 } *aOrderBy; /* The ORDER BY clause */
104300 p->aOrderBy[i].iColumn,
104301 p->aOrderBy[i].desc);
104708 ** virtual table then allocate space for the aOrderBy part of
104744 *(struct sqlite3_index_orderby**)&pIdxInfo->aOrderBy = pIdxOrderBy;
118091 struct sqlite3_index_orderby *pOrder = &pInfo->aOrderBy[0];
121957 && pInfo->aOrderBy[0].iColumn==0
121958 && pInfo->aOrderBy[0].desc==0