Home
last modified time | relevance | path

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

/external/sqlite/dist/
Dsqlite3.c16122 struct Cte { /* For each CTE in the WITH clause.... */ struct
16123 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 */
/external/sqlite/dist/orig/
Dsqlite3.c16122 struct Cte { /* For each CTE in the WITH clause.... */ struct
16123 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 */