Searched refs:Cte (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c15298 typedef struct Cte Cte; typedef in typeref:struct:Cte
20283 struct Cte { struct
20307 Cte a[1]; /* For each CTE in the WITH clause.... */
20311 ** The Cte object is not guaranteed to persist for the entire duration
21458 SQLITE_PRIVATE Cte *sqlite3CteNew(Parse*,Token*,ExprList*,Select*,u8);
21459 SQLITE_PRIVATE void sqlite3CteDelete(sqlite3*,Cte*);
21460 SQLITE_PRIVATE With *sqlite3WithAdd(Parse*,With*,Cte*);
[all...]

Completed in 447 milliseconds