Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c17173 unsigned uniqNotNull:1; /* True if UNIQUE and NOT NULL for all columns */ member
105067 nColTest = pIdx->uniqNotNull ? pIdx->nKeyCol-1 : nCol-1;
108016 pIdx->uniqNotNull = 1;
108689 if( !db->init.imposterTable ) pPk->uniqNotNull = 1;
110141 pIndex->uniqNotNull = onError!=OE_None;
110195 pIndex->uniqNotNull = 0;
110202 pIndex->uniqNotNull = 0;
111429 if( pIdx->uniqNotNull ){
112884 pIdx->uniqNotNull ? pIdx->nKeyCol : pIdx->nColumn);
142599 if( iCol==XN_ROWID || pProbe->uniqNotNull
[all …]

Completed in 362 milliseconds