Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DwhereInt.h428 #define SQLITE_BLDF1_UNIQUE 0x0002 /* All keys of a UNIQUE index used */ macro
H A Dwhere.c2868 pBuilder->bldFlags1 |= SQLITE_BLDF1_UNIQUE; in whereLoopAddBtreeIndex()