Lines Matching refs:uniqNotNull
18690 unsigned uniqNotNull:1; /* True if UNIQUE and NOT NULL for all columns */ member
118793 nColTest = pIdx->uniqNotNull ? pIdx->nKeyCol-1 : nCol-1;
122237 pIdx->uniqNotNull = 1;
123043 if( !db->init.imposterTable ) pPk->uniqNotNull = 1;
124778 pIndex->uniqNotNull = onError!=OE_None;
124832 pIndex->uniqNotNull = 0;
124841 pIndex->uniqNotNull = 0;
126172 if( pIdx->uniqNotNull ){
127790 pIdx->uniqNotNull ? pIdx->nKeyCol : pIdx->nColumn);
127856 nCol = (prefixOnly && pIdx->uniqNotNull) ? pIdx->nKeyCol : pIdx->nColumn;
134741 pIdx->uniqNotNull ? pIdx->nKeyCol: pIdx->nColumn);
163938 if( iCol==XN_ROWID || pProbe->uniqNotNull
166396 opMask = pIdx->uniqNotNull ? (WO_EQ|WO_IS) : WO_EQ;