Lines Matching refs:Select
1163 Select *pSel = pNC->pWinSelect; in resolveExprStep()
1358 Select *pSelect, /* The SELECT statement with the ORDER BY clause */ in resolveOrderByTermToExprList()
1433 Select *pSelect /* The SELECT statement containing the ORDER BY */ in resolveCompoundOrderBy()
1546 Select *pSelect, /* The SELECT statement containing the clause */ in sqlite3ResolveOrderGroupBy()
1591 static void windowRemoveExprFromSelect(Select *pSelect, Expr *pExpr){ in windowRemoveExprFromSelect()
1624 Select *pSelect, /* The SELECT statement holding pOrderBy */ in resolveOrderGroupBy()
1685 static int resolveSelectStep(Walker *pWalker, Select *p){ in resolveSelectStep()
1693 Select *pLeftmost; /* Left-most of SELECT of a compound */ in resolveSelectStep()
1745 Select *pSub = p->pSrc->a[0].pSelect; in resolveSelectStep()
1858 Select *pSub = p->pSrc->a[0].pSelect; in resolveSelectStep()
2070 Select *p, /* The SELECT statement being coded. */ in sqlite3ResolveSelectNames()