Lines Matching defs:pAlias
122406 ** usual case. If the term has an alias, then pAlias points to the122420 Token *pAlias, /* The right-hand side of the AS subexpression */122444 assert( pAlias!=0 );122445 if( pAlias->n ){122446 pItem->zAlias = sqlite3NameFromToken(db, pAlias);