Searched refs:uniqNotNull (Results 1 – 1 of 1) sorted by relevance
18690 unsigned uniqNotNull:1; /* True if UNIQUE and NOT NULL for all columns */ member118793 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;[all …]