Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c19057 #define EP_IfNullRow 0x040000 /* The TK_IF_NULL_ROW opcode */ macro
109091 if( ExprHasProperty(pExpr, EP_Skip|EP_IfNullRow) ){
146776 ifNullRow.flags = EP_IfNullRow;
161344 || ExprHasProperty(pExpr, EP_xIsSelect|EP_IfNullRow)