Lines Matching refs:HasRowid
18913 #define HasRowid(X) (((X)->tabFlags & TF_WithoutRowid)==0) macro
91404 if( HasRowid(pTab)==0 ){
100063 assert( (pOp->p5 & OPFLAG_ISNOOP) || HasRowid(pTab) );
100203 && HasRowid(pOp->p4.pTab)
100238 || HasRowid(pTab)==0
100278 if( db->xUpdateCallback && ALWAYS(pTab!=0) && HasRowid(pTab) ){
103744 if( pTab && !HasRowid(pTab) ){
114664 }else if( !HasRowid(pTab) ){
120025 if( HasRowid(pTab) ){
121168 if( !HasRowid(pTab) && IsPrimaryKeyIndex(pIdx) ){
121330 if( HasRowid(pTab) ){
121394 u8 seekOp = HasRowid(pTab) ? OP_NotExists : OP_NotFound;
121410 if( !HasRowid(pTab) && IsPrimaryKeyIndex(pX) ){
121850 if( pTab && !HasRowid(pTab) ) pIdx = sqlite3PrimaryKeyIndex(pTab);
121909 assert( !HasRowid(pIdx->pTable) || pIdx->nColumn==pIdx->nKeyCol+1 );
121910 if( !HasRowid(pIdx->pTable) && IsPrimaryKeyIndex(pIdx) ){
123459 assert( HasRowid(p) || p->iPKey<0 );
125939 assert( HasRowid(p) || p->iPKey<0 );
127013 if( !HasRowid(pTab) ) pPk = sqlite3PrimaryKeyIndex(pTab);
127287 assert( HasRowid(pTab)
127408 else if( HasRowid(pTab) || pTblName!=0 ){
129570 if( HasRowid(pTab) ){
129827 if( HasRowid(pTab) ){
129833 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){
129845 if( HasRowid(pTab) ){
130118 opSeek = HasRowid(pTab) ? OP_NotExists : OP_NotFound;
130262 pPk = HasRowid(pTab) ? 0 : sqlite3PrimaryKeyIndex(pTab);
133895 assert( pIdx!=0 || HasRowid(pTab) );
133945 if( HasRowid(pTab) ){
134856 if( HasRowid(pTab) ){
135238 || !HasRowid(pSeqTab)
135784 withoutRowid = !HasRowid(pTab);
136758 if( HasRowid(pTab) ){
137156 assert( HasRowid(pTab) );
137331 if( HasRowid(pTab) ){
137523 if( HasRowid(pTab) ){
137573 assert( !HasRowid(pTab) );
137628 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){
137640 if( !HasRowid(pTab) ) return;
137714 if( HasRowid(pTab) && (aToOpen==0 || aToOpen[0]) ){
137723 if( IsPrimaryKeyIndex(pIdx) && !HasRowid(pTab) ){
137912 if( HasRowid(pDest)!=HasRowid(pSrc) ){
138058 assert( HasRowid(pDest) || destHasUniqueIdx );
138085 if( HasRowid(pSrc) ){
138172 }else if( !HasRowid(pSrc) && pDestIdx->idxType==SQLITE_IDXTYPE_PRIMARYKEY ){
138178 && !HasRowid(pDest)
142030 if( pTab && !HasRowid(pTab) ){
142288 if( HasRowid(pTab) ){
142408 if( HasRowid(pTab) ) cnt++;
142421 if( HasRowid(pTab) ) aRoot[++cnt] = pTab->tnum;
142452 if( HasRowid(pTab) ){
142489 if( isQuick || HasRowid(pTab) ){
142517 if( HasRowid(pTab) ){
142597 if( !HasRowid(pTab) ){
142737 if( HasRowid(pTab) ){
145938 if( !HasRowid(pTab) ){
146641 if( HasRowid(pTab) ){
151901 int bCover = (pIdx!=0 && (HasRowid(pTab) || !IsPrimaryKeyIndex(pIdx)));
153488 if( !HasRowid(pTab) ) pBest = sqlite3PrimaryKeyIndex(pTab);
155857 pPk = HasRowid(pTab) ? 0 : sqlite3PrimaryKeyIndex(pTab);
156105 if( nChangeFrom==0 && HasRowid(pTab) ){
156110 assert( pPk!=0 || HasRowid(pTab) );
156199 assert( iCur!=iDataCur || !HasRowid(pTab) );
156204 if( HasRowid(pTab) ){
156668 if( HasRowid(pTab) ){
156723 if( HasRowid(pTab) ){
156929 if( HasRowid(pTab)
157087 if( HasRowid(pTab) ){
158433 assert( HasRowid(pNew) || sqlite3PrimaryKeyIndex(pNew)!=0 );
158434 if( !HasRowid(pNew)
159761 if( !HasRowid(pItem->pSTab) && IsPrimaryKeyIndex(pIdx) ){
161782 }else if( HasRowid(pIdx->pTable) ){
161937 if( HasRowid(pTab) ){
162048 if( HasRowid(pTab) ){
162123 && (HasRowid(pTab) || !IsPrimaryKeyIndex(pSubLoop->u.btree.pIndex))
162352 if( HasRowid(pTab) ){
162515 if( HasRowid(pTab) ){
165425 assert( pIdx->aiColumn[pIdx->nColumn-1]==XN_ROWID || !HasRowid(pTab) );
165556 if( !HasRowid(pTable) ){
165582 pIdx = sqlite3AllocateIndexObject(pParse->db, nKeyCol+HasRowid(pTable),
165639 if( HasRowid(pTable) ){
166007 if( HasRowid(pTab)==0 ){
166247 if( !HasRowid(pIdx->pTable) && IsPrimaryKeyIndex(pIdx) ){
168400 }else if( !HasRowid(pTab) ){
168581 && (HasRowid(pTab) || pWInfo->pSelect!=0 || sqlite3FaultSim(700))
168592 || !HasRowid(pTab)
169628 assert( nColumn==nKeyCol+1 || !HasRowid(pIndex->pTable) );
169630 || !HasRowid(pIndex->pTable));
171532 if( HasRowid(pTabList->a[0].pSTab) && (wsFlags & WHERE_IDX_ONLY) ){
171613 if( !HasRowid(pTab) && IsPrimaryKeyIndex(pIx)
171689 if( HasRowid(pTab) ){
172033 if( pWInfo->eOnePass==ONEPASS_OFF || !HasRowid(pIdx->pTable) ){
172085 if( !HasRowid(pTab) ){
186646 if( HasRowid(pTab) && sqlite3IsRowid(zColumnName) ){