Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c20115 #define EP_IfNullRow 0x040000 /* The TK_IF_NULL_ROW opcode */ macro
112729 if( ExprHasProperty(pExpr, EP_Skip|EP_IfNullRow) ){
152602 ifNullRow.flags = EP_IfNullRow;
167813 || ExprHasProperty(pExpr, EP_xIsSelect|EP_IfNullRow)