Searched refs:EP_xIsSelect (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c18867 ** the form "<lhs> IN (SELECT ...)". If the EP_xIsSelect bit is set in the
18933 Select *pSelect; /* EP_xIsSelect and op = IN, EXISTS, SELECT */
18989 #define EP_xIsSelect 0x001000 /* x.pSelect is valid (otherwise x.pList is) */ macro
19033 #define ExprUseXList(E) (((E)->flags&EP_xIsSelect)==0)
19034 #define ExprUseXSelect(E) (((E)->flags&EP_xIsSelect)!=0)
[all...]

Completed in 468 milliseconds