Searched refs:pAscDesc (Results 1 – 1 of 1) sorted by relevance
262 const OSQLParseNode* pAscDesc = pOrderBy->count() == 2 ? pOrderBy->getChild(1) : NULL; in orderByAnalysis() local265 && ( pAscDesc != NULL ) in orderByAnalysis()266 && SQL_ISRULE( pAscDesc, opt_asc_desc ) in orderByAnalysis()267 && ( pAscDesc->count() < 2 ), in orderByAnalysis()277 if ( ( pAscDesc->count() == 1 ) in orderByAnalysis()278 && SQL_ISTOKEN( pAscDesc->getChild( 0 ), DESC ) in orderByAnalysis()
Completed in 12 milliseconds