Searched refs:aOrderBy (Results 1 – 5 of 5) sorted by relevance
2463 } *const aOrderBy; /* The ORDER BY clause */ member
4243 } *aOrderBy; /* The ORDER BY clause */ member
4206 ** ^Information about the ORDER BY clause is stored in aOrderBy[].4207 ** ^Each term of aOrderBy records a column of the ORDER BY clause.4243 } *aOrderBy; /* The ORDER BY clause */
4767 } *aOrderBy; /* The ORDER BY clause */ member88279 p->aOrderBy[i].iColumn,88280 p->aOrderBy[i].desc);88462 *(struct sqlite3_index_orderby**)&pIdxInfo->aOrderBy = pIdxOrderBy;
4730 ** ^Information about the ORDER BY clause is stored in aOrderBy[].4731 ** ^Each term of aOrderBy records a column of the ORDER BY clause.4767 } *aOrderBy; /* The ORDER BY clause */88268 p->aOrderBy[i].iColumn,88269 p->aOrderBy[i].desc);88415 ** virtual table then allocate space for the aOrderBy part of88451 *(struct sqlite3_index_orderby**)&pIdxInfo->aOrderBy = pIdxOrderBy;