Home
last modified time | relevance | path

Searched defs:Cte (Results 1 – 1 of 1) sorted by relevance

/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c12061 struct Cte { /* For each CTE in the WITH clause.... */ struct
12062 char *zName; /* Name of this CTE */
12063 ExprList *pCols; /* List of explicit column names, or NULL */
12064 Select *pSelect; /* The definition of this CTE */
12065 const char *zErr; /* Error message for circular references */