Searched refs:IsPrimaryKeyIndex (Results 1 – 1 of 1) sorted by relevance
108275 if( !HasRowid(pTab) && IsPrimaryKeyIndex(pIdx) ){108964 if( !HasRowid(pIdx->pTable) && IsPrimaryKeyIndex(pIdx) ){110942 for(p=pTab->pIndex; p && !IsPrimaryKeyIndex(p); p=p->pNext){}112147 if( IsPrimaryKeyIndex(pIdx) ) continue;114864 IsPrimaryKeyIndex(pIdx) ? SQLITE_CONSTRAINT_PRIMARYKEY 118935 if( IsPrimaryKeyIndex(pIdx) ){122236 int regCmp = (IsPrimaryKeyIndex(pIdx) ? regIdx : regR);122470 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){122571 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){140902 if( !HasRowid(pItem->pTab) && IsPrimaryKeyIndex(pIdx) ){[all …]