Searched defs:ExprList (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A DsqliteInt.h239 typedef struct ExprList ExprList; typedef in typeref:struct:ExprList
690 ExprList *pList; /* A list of expressions used as function arguments
724 struct ExprList { struct
854 ExprList *pEList; /* The fields of the result */
859 ExprList *pGroupBy; /* The GROUP BY clause */
861 ExprList *pOrderBy; /* The ORDER BY clause */
1034 ExprList *pExprList; /* Valid for UPDATE statements and sometimes
1135 Expr *sqliteExprFunction(ExprList*, Token*);
1137 ExprList *sqliteExprListAppen
[all...]

Completed in 28 milliseconds