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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c9898 ** Table.nCol is the number of columns in this table. Table.aCol is a
9923 int nCol; /* Number of columns in this table */ member in struct:Table
10000 int nCol; /* Number of columns in this key */ member in struct:FKey
10008 } aCol[1]; /* One entry for each of nCol column s */
10107 ** In the Table structure describing Ex1, nCol==3 because there are
77771 int nCol; local
81331 int nCol; local
81605 int nCol; local
82914 int nCol = pIdx->nColumn; local
84024 int nCol; local
85850 int nCol = pFKey->nCol; /* Number of columns in parent key */ local
86035 int nCol = pFKey->nCol; local
88032 int nCol; /* Number of columns */ local
88775 int nCol; local
93600 int nCol; /* Number of columns in the result set */ local
93681 selectAddColumnTypeAndCollation( Parse *pParse, int nCol, Column *aCol, Select *pSelect ) argument
94204 int nCol; /* Number of columns in result set */ local
96524 int nCol; local
96979 sqlite3_get_table_cb(void *pArg, int nCol, char **argv, char **colv) argument
115153 int nCol = 0; /* Number of columns in the FTS table */ local
119634 int nCol; /* Number of entries in azCol[] */ member in struct:ParseContext
120266 sqlite3Fts3ExprParse( sqlite3_tokenizer *pTokenizer, char **azCol, int nCol, int iDefaultCol, const char *z, int n, Fts3Expr **ppExpr ) argument
120427 int nCol; local
125617 int nCol; /* Number of columns in table */ member in struct:MatchInfo
[all...]

Completed in 390 milliseconds