Lines Matching defs:SQLITE_INDEX_SCAN_UNIQUE
7744 ** SQLITE_INDEX_SCAN_UNIQUE. If the xBestIndex method sets this flag, SQLite
7747 ** Additionally, if xBestIndex sets the SQLITE_INDEX_SCAN_UNIQUE flag, then
7753 ** before xUpdate was called. By contrast, if SQLITE_INDEX_SCAN_UNIQUE is not
7809 #define SQLITE_INDEX_SCAN_UNIQUE 1 /* Scan visits at most 1 row */
166330 pIdxInfo->idxFlags &= ~SQLITE_INDEX_SCAN_UNIQUE;
166382 if( pIdxInfo->idxFlags & SQLITE_INDEX_SCAN_UNIQUE ){
187742 ** Set the SQLITE_INDEX_SCAN_UNIQUE flag in pIdxInfo->flags. Unless this
187749 pIdxInfo->idxFlags |= SQLITE_INDEX_SCAN_UNIQUE;
212375 pIdxInfo->idxFlags = SQLITE_INDEX_SCAN_UNIQUE;
216126 pIdxInfo->idxFlags = SQLITE_INDEX_SCAN_UNIQUE;
224596 pIdxInfo->idxFlags = SQLITE_INDEX_SCAN_UNIQUE;
250057 ** Set the SQLITE_INDEX_SCAN_UNIQUE flag in pIdxInfo->flags. Unless this
250067 pIdxInfo->idxFlags |= SQLITE_INDEX_SCAN_UNIQUE;