Home | History | Annotate | Download | only in dist

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 */
102382 assert( eDest==SRT_Discard );
106033 pDest->eDest==SRT_Except || pDest->eDest==SRT_Discard ||
107839 sqlite3SelectDestInit(&sDest, SRT_Discard, 0);