Searched defs:pEList (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | select.c | 24 ExprList *pEList, /* which columns to include in the result */ in sqliteSelectNew() 354 void sqliteAddKeyType(Vdbe *v, ExprList *pEList){ in sqliteAddKeyType() 402 ExprList *pEList, /* List of values being extracted */ in selectInnerLoop() 661 ExprList *pEList /* Expressions defining the result set */ in generateColumnTypes() 701 ExprList *pEList /* Expressions defining the result set */ in generateColumnNames() 789 ExprList *pEList; in sqliteResultSetOfSelect() local 860 ExprList *pEList; in fillInColumnList() local 1095 ExprList *pEList; in matchOrderbyToColumn() local 1198 ExprList *pEList; in multiSelectSortOrder() local 1525 static void substExpr(Expr *pExpr, int iTable, ExprList *pEList){ in substExpr() [all …]
|
H A D | trigger.c | 298 ExprList *pEList, /* The VALUE clause: a list of values to be inserted */ in sqliteTriggerInsertStep() 326 ExprList *pEList, /* The SET clause: list of column and new values */ in sqliteTriggerUpdateStep() 509 static int checkColumnOverLap(IdList *pIdList, ExprList *pEList){ in checkColumnOverLap()
|
H A D | expr.c | 415 ExprList *pEList, /* List of expressions used to resolve "AS" */ in lookupName() 632 ExprList *pEList, /* List of expressions used to resolve "AS" */ in sqliteExprResolveIds()
|
H A D | build.c | 1054 ExprList *pEList; in sqliteViewGetColumnNames() local
|
H A D | sqliteInt.h | 851 ExprList *pEList; /* The fields of the result */ member
|