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

/external/sqlite/dist/orig/
H A Dsqlite3.c12390 ** by the aiColumn[] field of this structure. For example, suppose
12399 ** The value of aiColumn is {2, 0}. aiColumn[0]==2 because the
12402 ** Ex1.aCol[], hence Ex2.aiColumn[1]==0.
12421 i16 *aiColumn; /* Which columns are used by this index. 1st is 0 */ member in struct:Index
12465 /* The Index.aiColumn[] values are normally positive integer. But
118300 i16 aiColumn[11]; /* Corresponding column number in the eq-class */ member in struct:WhereScan
[all...]
/external/sqlite/dist/
H A Dsqlite3.c12390 ** by the aiColumn[] field of this structure. For example, suppose
12399 ** The value of aiColumn is {2, 0}. aiColumn[0]==2 because the
12402 ** Ex1.aCol[], hence Ex2.aiColumn[1]==0.
12421 i16 *aiColumn; /* Which columns are used by this index. 1st is 0 */ member in struct:Index
12465 /* The Index.aiColumn[] values are normally positive integer. But
118318 i16 aiColumn[11]; /* Corresponding column number in the eq-class */ member in struct:WhereScan
[all...]

Completed in 673 milliseconds