Searched refs:IsHiddenColumn (Results 1 – 3 of 3) sorted by relevance
2379 # define IsHiddenColumn(X) (((X)->colFlags & COLFLAG_HIDDEN)!=0) macro2382 # define IsHiddenColumn(X) (((X)->colFlags & COLFLAG_HIDDEN)!=0) macro2385 # define IsHiddenColumn(X) 0 macro
927 if( IsHiddenColumn(pTab->aCol+jj) ) continue; in sqlite3ExpandReturning()
368 && (bIgnoreHidden==0 || IsHiddenColumn(&pSrc->a[i].pTab->aCol[iCol])==0) in tableAndColumnIndex()515 if( IsHiddenColumn(&pRightTab->aCol[j]) ) continue; in sqlite3ProcessJoin()5974 && IsHiddenColumn(&pTab->aCol[j]) in selectExpander()