Searched defs:Cte (Results 1 – 2 of 2) sorted by relevance
16122 struct Cte { /* For each CTE in the WITH clause.... */ struct16123 char *zName; /* Name of this CTE */16124 ExprList *pCols; /* List of explicit column names, or NULL */16125 Select *pSelect; /* The definition of this CTE */16126 const char *zCteErr; /* Error message for circular references */