Lines Matching refs:SQLITE_INDEX_SCAN_UNIQUE
7239 ** SQLITE_INDEX_SCAN_UNIQUE. If the xBestIndex method sets this flag, SQLite
7242 ** Additionally, if xBestIndex sets the SQLITE_INDEX_SCAN_UNIQUE flag, then
7248 ** before xUpdate was called. By contrast, if SQLITE_INDEX_SCAN_UNIQUE is not
7300 #define SQLITE_INDEX_SCAN_UNIQUE 1 /* Scan visits at most 1 row */
136030 pIdxInfo->idxFlags &= ~SQLITE_INDEX_SCAN_UNIQUE;
136051 if( pIdxInfo->idxFlags & SQLITE_INDEX_SCAN_UNIQUE ){
150325 ** Set the SQLITE_INDEX_SCAN_UNIQUE flag in pIdxInfo->flags. Unless this
150332 pIdxInfo->idxFlags |= SQLITE_INDEX_SCAN_UNIQUE;
178451 pIdxInfo->idxFlags = SQLITE_INDEX_SCAN_UNIQUE;
201170 ** Set the SQLITE_INDEX_SCAN_UNIQUE flag in pIdxInfo->flags. Unless this
201180 pIdxInfo->idxFlags |= SQLITE_INDEX_SCAN_UNIQUE;