Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c19263 unsigned notNull :4; /* An OE_ code for handling a NOT NULL constraint */ member
115813 && p->y.pTab->aCol[p->iColumn].notNull==0);
120925 if( pCol->notNull && !pDflt ){
120996 || (pCol->notNull && (pCol->colFlags & COLFLAG_GENERATED)!=0)
128143 pCol->notNull = (u8)onError;
128901 && (pTab->aCol[i].notNull==OE_None)
128903 pTab->aCol[i].notNull = OE_Abort;
129240 && pCol->notNull == OE_None
129242 pCol->notNull = OE_Abort;
130774 if( pTab->aCol[j].notNull==0 ){
[all …]