Lines Matching defs:notNull
17576 unsigned notNull :4; /* An OE_ code for handling a NOT NULL constraint */
108328 && p->y.pTab->aCol[p->iColumn].notNull==0);
112703 if( pCol->notNull && !pDflt ){
112774 || (pCol->notNull && (pCol->colFlags & COLFLAG_GENERATED)!=0)
119077 ** been seen on a column. This routine sets the notNull flag on
119086 pCol->notNull = (u8)onError;
119822 && (pTab->aCol[i].notNull==OE_None)
119824 pTab->aCol[i].notNull = OE_Abort;
120158 && pCol->notNull == OE_None
120160 pCol->notNull = OE_Abort;
121676 if( pTab->aCol[j].notNull==0 ){
130343 onError = pCol->notNull;
131538 if( pDestCol->notNull && !pSrcCol->notNull ){
135461 pCol->notNull ? 1 : 0,
136094 if( pCol->notNull==0 && !doTypeCheck ) continue;
136124 if( pCol->notNull ){
136242 if( iCol>=0 && pTab->aCol[iCol].notNull ) continue;
153701 if( (j>=0 && pIdx->pTable->aCol[j].notNull==0) || j==XN_EXPR ){
157120 return pIdx->pTable->aCol[j].notNull;
161119 && pIndex->pTable->aCol[iColumn].notNull==0
177322 notnull = pCol->notNull!=0;