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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c10328 ** Ex2, nColumn==2 since 2 of the 3 columns of Ex1 are indexed.
10343 int nColumn; /* Number of columns in the table used by this index */ member in struct:Index
10354 u8 *aSortOrder; /* Array of size Index.nColumn. True==DESC, False==ASC */
10424 int nColumn; /* Number of used entries in aCol[] */ member in struct:AggInfo
89285 int nColumn; /* Number of columns in the data */ local
94881 selectInnerLoop( Parse *pParse, Select *p, ExprList *pEList, int srcTab, int nColumn, ExprList *pOrderBy, int distinct, SelectDest *pDest, int iContinue, int iBreak ) argument
95222 generateSortTail( Parse *pParse, Select *p, Vdbe *v, int nColumn, SelectDest *pDest ) argument
98979 int nColumn; /* Number of columns in the result */ member in struct:TabResult
104359 int nColumn; /* Number of columns in the constructed index */ local
116326 int nColumn; /* number of named columns in virtual table */ member in struct:Fts3Table
[all...]

Completed in 428 milliseconds