Home
last modified time | relevance | path

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

/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c14685 unsigned uniqNotNull:1; /* True if UNIQUE and NOT NULL for all columns */ member
95687 nColTest = pIdx->uniqNotNull ? pIdx->nKeyCol-1 : nCol-1;
99148 if( !db->init.imposterTable ) pPk->uniqNotNull = 1;
100505 pIndex->uniqNotNull = onError!=OE_None;
100558 pIndex->uniqNotNull = 0;
100565 pIndex->uniqNotNull = 0;
101738 if( pIdx->uniqNotNull ){
103114 pIdx->uniqNotNull ? pIdx->nKeyCol : pIdx->nColumn);
103177 nCol = (prefixOnly && pIdx->uniqNotNull) ? pIdx->nKeyCol : pIdx->nColumn;
129046 if( iCol>=0 && pProbe->uniqNotNull==0 ){
[all …]

Completed in 490 milliseconds