Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhereexpr.c1093 || ExprHasProperty(pExpr, EP_xIsSelect|EP_IfNullRow) in exprAnalyze()
H A DsqliteInt.h2913 #define EP_IfNullRow 0x040000 /* The TK_IF_NULL_ROW opcode */ macro
H A Dexpr.c47 while( ExprHasProperty(pExpr, EP_Skip|EP_IfNullRow) ){ in sqlite3ExprAffinity()
H A Dselect.c3813 ifNullRow.flags = EP_IfNullRow; in substExpr()