Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:SRT_Discard

10414 #define SRT_Discard      4  /* Do not save the results anywhere */
10417 #define IgnorableOrderby(X) ((X->eDest)<=SRT_Discard)
90639 assert( eDest==SRT_Discard );
93616 ** SRT_Discard Throw the results away. This is used by SELECT
93664 pDest->eDest==SRT_Except || pDest->eDest==SRT_Discard);
95336 sqlite3SelectDestInit(&sDest, SRT_Discard, 0);