Home
last modified time | relevance | path

Searched defs:nKeyCol (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/src/
H A Danalyze.c287 int nKeyCol; /* Number of index columns w/o the pk/rowid */ member
407 int nKeyCol; /* Number of key columns */ in statInit() local
H A Dwhere.c827 int nKeyCol; /* Number of columns in the constructed index */ in constructAutomaticIndex() local
4370 u16 nKeyCol; /* Number of key columns in pIndex */ in wherePathSatisfiesOrderBy() local
H A Dvdbe.c5794 int nKeyCol; in sqlite3VdbeExec() local
H A Dvdbesort.c2735 int nKeyCol, /* Compare this many columns */ in sqlite3VdbeSorterCompare()
H A DsqliteInt.h2621 u16 nKeyCol; /* Number of columns forming the key */ member