Lines Matching defs: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 */
104336 p->aOrderBy[i].iColumn,
104337 p->aOrderBy[i].desc);
104744 ** virtual table then allocate space for the aOrderBy part of
104780 *(struct sqlite3_index_orderby**)&pIdxInfo->aOrderBy = pIdxOrderBy;
118127 struct sqlite3_index_orderby *pOrder = &pInfo->aOrderBy[0];
122005 && pInfo->aOrderBy[0].iColumn==0
122006 && pInfo->aOrderBy[0].desc==0