Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DsqliteInt.h1229 typedef struct With With; typedef
4176 struct With { struct
4179 With *pOuter; /* Containing WITH clause, or NULL */ argument
4180 Cte a[1]; /* For each CTE in the WITH clause.... */