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

/osnet-11/usr/src/lib/libsqlite/src/
H A Dpragma.c389 sqliteVdbeAddOp(v, OP_Integer, pTab->aCol[i].notNull, 0);
H A DsqliteInt.h449 u8 notNull; /* True if there is a NOT NULL constraint */ member in struct:Column
H A Dinsert.c657 onError = pTab->aCol[i].notNull;
H A Dbuild.c591 ** been seen on a column. This routine sets the notNull flag on
599 if( i>=0 ) p->aCol[i].notNull = onError;

Completed in 28 milliseconds