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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h4963 ** ^Information about the ORDER BY clause is stored in aOrderBy[].
4964 ** ^Each term of aOrderBy records a column of the ORDER BY clause.
5000 } *aOrderBy; /* The ORDER BY clause */ member in struct:sqlite3_index_info
H A Dsqlite3.c5513 ** ^Information about the ORDER BY clause is stored in aOrderBy[].
5514 ** ^Each term of aOrderBy records a column of the ORDER BY clause.
5550 } *aOrderBy; /* The ORDER BY clause */ member in struct:sqlite3_index_info
[all...]

Completed in 452 milliseconds