Home
last modified time | relevance | path

Searched refs:prefixOnly (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Ddelete.c955 int prefixOnly, /* Compute only a unique prefix of the key */ in sqlite3GenerateIndexKey() argument
978 nCol = (prefixOnly && pIdx->uniqNotNull) ? pIdx->nKeyCol : pIdx->nColumn; in sqlite3GenerateIndexKey()