Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c19242 unsigned notNull :4; /* An OE_ code for handling a NOT NULL constraint */ member
115637 && p->y.pTab->aCol[p->iColumn].notNull==0);
120729 if( pCol->notNull && !pDflt ){
120800 || (pCol->notNull && (pCol->colFlags & COLFLAG_GENERATED)!=0)
127935 pCol->notNull = (u8)onError;
128693 && (pTab->aCol[i].notNull==OE_None)
128695 pTab->aCol[i].notNull = OE_Abort;
129032 && pCol->notNull == OE_None
129034 pCol->notNull = OE_Abort;
130566 if( pTab->aCol[j].notNull==0 ){
[all …]