Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c19060 #define EP_CanBeNull 0x200000 /* Can be null despite NOT NULL constraint */ macro
106944 ExprSetProperty(pNew, EP_CanBeNull);
107234 ExprSetProperty(pExpr, EP_CanBeNull);
111867 return ExprHasProperty(p, EP_CanBeNull)
143347 ExprClearProperty(p, EP_CanBeNull);
146786 ExprSetProperty(pNew, EP_CanBeNull);