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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c10101 ** by the aiColumn[] field of this structure. For example, suppose
10110 ** The value of aiColumn is {2, 0}. aiColumn[0]==2 because the
10113 ** Ex1.aCol[], hence Ex2.aiColumn[1]==0.
10125 int *aiColumn; /* Which columns are used by this index. 1st is 0 */ member in struct:Index
104007 int *aiColumn = pIndex->aiColumn; local
[all...]

Completed in 400 milliseconds