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

/osnet-11/usr/src/lib/libsqlite/src/
H A DsqliteInt.h601 ** by the aiColumn[] field of this structure. For example, suppose
610 ** The value of aiColumn is {2, 0}. aiColumn[0]==2 because the
613 ** Ex1.aCol[], hence Ex2.aiColumn[1]==0.
625 int *aiColumn; /* Which columns are used by this index. 1st is 0 */ member in struct:Index

Completed in 29 milliseconds