Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c18752 unsigned uniqNotNull:1; /* True if UNIQUE and NOT NULL for all columns */ member
119530 nColTest = pIdx->uniqNotNull ? pIdx->nKeyCol-1 : nCol-1;
122987 pIdx->uniqNotNull = 1;
123793 if( !db->init.imposterTable ) pPk->uniqNotNull = 1;
125529 pIndex->uniqNotNull = onError!=OE_None;
125583 pIndex->uniqNotNull = 0;
125592 pIndex->uniqNotNull = 0;
126923 if( pIdx->uniqNotNull ){
128541 pIdx->uniqNotNull ? pIdx->nKeyCol : pIdx->nColumn);
165289 if( iCol==XN_ROWID || pProbe->uniqNotNull
[all …]