Home | History | Annotate | Download | only in orig

Lines Matching defs:SRT_Discard

11740 **     SRT_Discard     Throw the results away.  This is used by SELECT
11794 #define SRT_Discard 4 /* Do not save the results anywhere */
102362 assert( eDest==SRT_Discard );
106013 pDest->eDest==SRT_Except || pDest->eDest==SRT_Discard ||
107819 sqlite3SelectDestInit(&sDest, SRT_Discard, 0);