Lines Matching refs:notNull
11373 u8 notNull; /* An OE_ code for handling a NOT NULL constraint */ member
84270 (p->iColumn>=0 && p->pTab->aCol[p->iColumn].notNull==0);
84557 if( prRhsHasNull && !pTab->aCol[iCol].notNull ){
87910 if( pCol->notNull && !pDflt ){
91916 p->aCol[p->nCol-1].notNull = (u8)onError;
92538 pTab->aCol[pPk->aiColumn[i]].notNull = 1;
93914 if( pTab->aCol[j].notNull==0 ) pIndex->uniqNotNull = 0;
100818 onError = pTab->aCol[i].notNull;
101515 if( pDestCol->notNull && !pSrcCol->notNull ){
104625 sqlite3VdbeAddOp2(v, OP_Integer, (pCol->notNull ? 1 : 0), 4);
105113 if( pTab->aCol[j].notNull==0 ) continue;
105162 if( pTab->aCol[iCol].notNull ) continue;
117772 if( iIdxCol<0 || pTab->aCol[iCol].notNull==0 ){
119762 && pIdx->pTable->aCol[j].notNull==0
120926 && (iCol<0 || pSrc->pTab->aCol[iCol].notNull)
121935 && pIndex->pTable->aCol[iColumn].notNull==0
131243 notnull = pCol->notNull!=0;