Lines Matching defs:SQLITE_INDEX_SCAN_UNIQUE
7507 ** SQLITE_INDEX_SCAN_UNIQUE. If the xBestIndex method sets this flag, SQLite
7510 ** Additionally, if xBestIndex sets the SQLITE_INDEX_SCAN_UNIQUE flag, then
7516 ** before xUpdate was called. By contrast, if SQLITE_INDEX_SCAN_UNIQUE is not
7572 #define SQLITE_INDEX_SCAN_UNIQUE 1 /* Scan visits at most 1 row */
160337 pIdxInfo->idxFlags &= ~SQLITE_INDEX_SCAN_UNIQUE;
160382 if( pIdxInfo->idxFlags & SQLITE_INDEX_SCAN_UNIQUE ){
181232 ** Set the SQLITE_INDEX_SCAN_UNIQUE flag in pIdxInfo->flags. Unless this
181239 pIdxInfo->idxFlags |= SQLITE_INDEX_SCAN_UNIQUE;
202977 pIdxInfo->idxFlags = SQLITE_INDEX_SCAN_UNIQUE;
206852 pIdxInfo->idxFlags = SQLITE_INDEX_SCAN_UNIQUE;
215230 pIdxInfo->idxFlags = SQLITE_INDEX_SCAN_UNIQUE;
237282 ** Set the SQLITE_INDEX_SCAN_UNIQUE flag in pIdxInfo->flags. Unless this
237292 pIdxInfo->idxFlags |= SQLITE_INDEX_SCAN_UNIQUE;