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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c10120 ** Table.nCol is the number of columns in this table. Table.aCol is a
10144 int iPKey; /* If not negative, use aCol[iPKey] as the primary key */
10146 Column *aCol; /* Information about each column */ member in struct:Table
10180 #define TF_NeedMetadata 0x20 /* aCol[].zType and aCol[].pColl missing */
10230 } aCol[1]; /* One entry for each of nCol column s */ member in struct:FKey
10330 ** first column to be indexed (c3) has an index of 2 in Ex1.aCol[].
10332 ** Ex1.aCol[], hence Ex2.aiColumn[1]==0.
10400 ** AggInfo.aCol[] or AggInfo.aFunc[] of information needed to generate
10423 } *aCol; member in struct:AggInfo
95599 Column *aCol, *pCol; /* For looping over result columns */ local
95684 selectAddColumnTypeAndCollation( Parse *pParse, int nCol, Column *aCol, Select *pSelect ) argument
106040 Column *aCol = pTab->aCol; local
117411 const char **aCol; /* Array of column names */ local
[all...]

Completed in 466 milliseconds