Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c18449 struct Cte { /* For each CTE in the WITH clause.... */ struct
18450 char *zName; /* Name of this CTE */
18451 ExprList *pCols; /* List of explicit column names, or NULL */
18452 Select *pSelect; /* The definition of this CTE */
18453 const char *zCteErr; /* Error message for circular references */

Completed in 557 milliseconds