Home
last modified time | relevance | path

Searched refs:uniqNotNull (Results 1 – 1 of 1) sorted by relevance

/src/contrib/sqlite3/
H A Dsqlite3.c19164 unsigned uniqNotNull:1; /* True if UNIQUE and NOT NULL for all columns */ member
121175 nColTest = pIdx->uniqNotNull ? pIdx->nKeyCol-1 : nCol-1;
124609 pIdx->uniqNotNull = 1;
125425 if( !db->init.imposterTable ) pPk->uniqNotNull = 1;
127164 pIndex->uniqNotNull = onError!=OE_None;
127218 pIndex->uniqNotNull = 0;
127227 pIndex->uniqNotNull = 0;
128647 if( pIdx->uniqNotNull ){
130272 pIdx->uniqNotNull ? pIdx->nKeyCol : pIdx->nColumn);
130338 nCol = (prefixOnly && pIdx->uniqNotNull) ? pIdx->nKeyCol : pIdx->nColumn;
[all …]