Home | History | Annotate | Download | only in dist

Lines Matching refs:SQLITE_INDEX_SCAN_UNIQUE

8125 ** SQLITE_INDEX_SCAN_UNIQUE, which if set indicates that the query plan will
8128 ** Additionally, if xBestIndex sets the SQLITE_INDEX_SCAN_UNIQUE flag, then
8134 ** before xUpdate was called. By contrast, if SQLITE_INDEX_SCAN_UNIQUE is not
8190 #define SQLITE_INDEX_SCAN_UNIQUE 0x00000001 /* Scan visits at most 1 row */
173042 pIdxInfo->idxFlags &= ~SQLITE_INDEX_SCAN_UNIQUE;
173091 if( pIdxInfo->idxFlags & SQLITE_INDEX_SCAN_UNIQUE ){
195212 ** Set the SQLITE_INDEX_SCAN_UNIQUE flag in pIdxInfo->flags. Unless this
195219 pIdxInfo->idxFlags |= SQLITE_INDEX_SCAN_UNIQUE;
220181 pIdxInfo->idxFlags = SQLITE_INDEX_SCAN_UNIQUE;
223923 pIdxInfo->idxFlags = SQLITE_INDEX_SCAN_UNIQUE;
232429 pIdxInfo->idxFlags = SQLITE_INDEX_SCAN_UNIQUE;
260123 ** Set the SQLITE_INDEX_SCAN_UNIQUE flag in pIdxInfo->flags. Unless this
260133 pIdxInfo->idxFlags |= SQLITE_INDEX_SCAN_UNIQUE;