Lines Matching refs:uniqNotNull
19825 unsigned uniqNotNull:1; /* True if UNIQUE and NOT NULL for all columns */ member
124696 nColTest = pIdx->uniqNotNull ? pIdx->nKeyCol-1 : nCol-1;
128153 pIdx->uniqNotNull = 1;
128969 if( !db->init.imposterTable ) pPk->uniqNotNull = 1;
130712 pIndex->uniqNotNull = onError!=OE_None;
130766 pIndex->uniqNotNull = 0;
130775 pIndex->uniqNotNull = 0;
132192 if( pIdx->uniqNotNull ){
133823 pIdx->uniqNotNull ? pIdx->nKeyCol : pIdx->nColumn
133890 nCol = (prefixOnly && pIdx->uniqNotNull) ? pIdx->nKeyCol : pIdx->nColumn;
141720 pIdx->uniqNotNull ? pIdx->nKeyCol: pIdx->nColumn);
172262 if( iCol==XN_ROWID || pProbe->uniqNotNull
175241 opMask = pIdx->uniqNotNull ? (WO_EQ|WO_IS) : WO_EQ;