Home
last modified time | relevance | path

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

/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c11749 unsigned uniqNotNull:1; /* True if UNIQUE and NOT NULL for all columns */ member
89096 nColTest = pIdx->uniqNotNull ? pIdx->nKeyCol-1 : nCol-1;
92540 pPk->uniqNotNull = 1;
93849 pIndex->uniqNotNull = onError!=OE_None;
93914 if( pTab->aCol[j].notNull==0 ) pIndex->uniqNotNull = 0;
95013 if( pIdx->uniqNotNull ){
96327 pIdx->uniqNotNull ? pIdx->nKeyCol : pIdx->nColumn);
96391 nCol = (prefixOnly && pIdx->uniqNotNull) ? pIdx->nKeyCol : pIdx->nColumn;
120965 if( iCol>=0 && pProbe->uniqNotNull==0 ){

Completed in 400 milliseconds