Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c19825 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;
[all …]