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

/external/sqlite/dist/
H A Dsqlite3.c8931 ** by the aiColumn[] field of this structure. For example, suppose
8940 ** The value of aiColumn is {2, 0}. aiColumn[0]==2 because the
8943 ** Ex1.aCol[], hence Ex2.aiColumn[1]==0.
8955 int *aiColumn; /* Which columns are used by this index. 1st is 0 */ member in struct:Index
[all...]

Completed in 215 milliseconds