Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c18995 #define EP_IfNullRow 0x040000 /* The TK_IF_NULL_ROW opcode */ macro
108471 if( ExprHasProperty(pExpr, EP_Skip|EP_IfNullRow) ){
145663 ifNullRow.flags = EP_IfNullRow;
160050 || ExprHasProperty(pExpr, EP_xIsSelect|EP_IfNullRow)