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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c10320 ** by the aiColumn[] field of this structure. For example, suppose
10329 ** The value of aiColumn is {2, 0}. aiColumn[0]==2 because the
10332 ** Ex1.aCol[], hence Ex2.aiColumn[1]==0.
10344 int *aiColumn; /* Which columns are used by this index. 1st is 0 */ member in struct:Index
106041 int *aiColumn = pIndex->aiColumn; local
[all...]

Completed in 454 milliseconds