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

/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c10109 ** Ex2, nColumn==2 since 2 of the 3 columns of Ex1 are indexed.
10124 int nColumn; /* Number of columns in the table used by this index */ member in struct:Index
10135 u8 *aSortOrder; /* Array of size Index.nColumn. True==DESC, False==ASC */
10196 int nColumn; /* Number of used entries in aCol[] */ member in struct:AggInfo
87328 int nColumn; /* Number of columns in the data */ local
92881 selectInnerLoop( Parse *pParse, Select *p, ExprList *pEList, int srcTab, int nColumn, ExprList *pOrderBy, int distinct, SelectDest *pDest, int iContinue, int iBreak ) argument
93222 generateSortTail( Parse *pParse, Select *p, Vdbe *v, int nColumn, SelectDest *pDest ) argument
96969 int nColumn; /* Number of columns in the result */ member in struct:TabResult
102326 int nColumn; /* Number of columns in the constructed index */ local
114182 int nColumn; /* number of named columns in virtual table */ member in struct:Fts3Table
[all...]

Completed in 407 milliseconds