Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c12890 struct Cte { /* For each CTE in the WITH clause.... */ struct
12891 char *zName; /* Name of this CTE */
12892 ExprList *pCols; /* List of explicit column names, or NULL */
12893 Select *pSelect; /* The definition of this CTE */
12894 const char *zErr; /* Error message for circular references */

Completed in 344 milliseconds