Searched refs:EP_CanBeNull (Results 1 – 4 of 4) sorted by relevance
200 ExprSetProperty(pNew, EP_CanBeNull); in extendFJMatch()422 ExprSetProperty(pExpr, EP_CanBeNull); in lookupName()
2916 #define EP_CanBeNull 0x200000 /* Can be null despite NOT NULL constraint */ macro
449 ExprClearProperty(p, EP_CanBeNull); in unsetJoinExpr()3823 ExprSetProperty(pNew, EP_CanBeNull); in substExpr()
2511 return ExprHasProperty(p, EP_CanBeNull) || in sqlite3ExprCanBeNull()