Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dresolve.c200 ExprSetProperty(pNew, EP_CanBeNull); in extendFJMatch()
422 ExprSetProperty(pExpr, EP_CanBeNull); in lookupName()
H A DsqliteInt.h2916 #define EP_CanBeNull 0x200000 /* Can be null despite NOT NULL constraint */ macro
H A Dselect.c449 ExprClearProperty(p, EP_CanBeNull); in unsetJoinExpr()
3823 ExprSetProperty(pNew, EP_CanBeNull); in substExpr()
H A Dexpr.c2511 return ExprHasProperty(p, EP_CanBeNull) || in sqlite3ExprCanBeNull()