Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c19475 #define EP_IfNullRow 0x040000 /* The TK_IF_NULL_ROW opcode */ macro
110427 if( ExprHasProperty(pExpr, EP_Skip|EP_IfNullRow) ){
148773 ifNullRow.flags = EP_IfNullRow;
163689 || ExprHasProperty(pExpr, EP_xIsSelect|EP_IfNullRow)