Searched refs:aOrderBy (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h4833 ** ^Information about the ORDER BY clause is stored in aOrderBy[].
4834 ** ^Each term of aOrderBy records a column of the ORDER BY clause.
4870 } *aOrderBy; /* The ORDER BY clause */ member in struct:sqlite3_index_info
H A Dsqlite3.c5386 ** ^Information about the ORDER BY clause is stored in aOrderBy[].
5387 ** ^Each term of aOrderBy records a column of the ORDER BY clause.
5423 } *aOrderBy; /* The ORDER BY clause */ member in struct:sqlite3_index_info
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h6842 ** ^Information about the ORDER BY clause is stored in aOrderBy[].
6843 ** ^Each term of aOrderBy records a column of the ORDER BY clause.
6928 } *aOrderBy; /* The ORDER BY clause */ member in struct:sqlite3_index_info
H A Dshell.c5809 if( pIdxInfo->aOrderBy[0].desc ){
8859 int iCol = pIdxInfo->aOrderBy[i].iColumn;
8864 pNew->bDesc = pIdxInfo->aOrderBy[i].desc;
10573 if( pTab->bPtr==0 && pIdx->nOrderBy && pIdx->aOrderBy[0].desc==0 ){
10574 int iCol = pIdx->aOrderBy[0].iColumn;
10577 }else if( pIdx->nOrderBy==2 && pIdx->aOrderBy[1].desc==0 && iCol==0 ){
10578 pIdx->orderByConsumed = (pIdx->aOrderBy[1].iColumn==1);
H A Dsqlite3.c7905 ** ^Information about the ORDER BY clause is stored in aOrderBy[].
7906 ** ^Each term of aOrderBy records a column of the ORDER BY clause.
7991 } *aOrderBy; /* The ORDER BY clause */ member in struct:sqlite3_index_info
[all...]

Completed in 856 milliseconds