Lines Matching refs:uniqNotNull
18752 unsigned uniqNotNull:1; /* True if UNIQUE and NOT NULL for all columns */ member
119530 nColTest = pIdx->uniqNotNull ? pIdx->nKeyCol-1 : nCol-1;
122987 pIdx->uniqNotNull = 1;
123793 if( !db->init.imposterTable ) pPk->uniqNotNull = 1;
125529 pIndex->uniqNotNull = onError!=OE_None;
125583 pIndex->uniqNotNull = 0;
125592 pIndex->uniqNotNull = 0;
126923 if( pIdx->uniqNotNull ){
128541 pIdx->uniqNotNull ? pIdx->nKeyCol : pIdx->nColumn);
128607 nCol = (prefixOnly && pIdx->uniqNotNull) ? pIdx->nKeyCol : pIdx->nColumn;
135699 pIdx->uniqNotNull ? pIdx->nKeyCol: pIdx->nColumn);
165289 if( iCol==XN_ROWID || pProbe->uniqNotNull
167859 opMask = pIdx->uniqNotNull ? (WO_EQ|WO_IS) : WO_EQ;