Home
last modified time | relevance | path

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

/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c13640 typedef struct Explain Explain; typedef
13875 struct Explain { struct
13876 Vdbe *pVdbe; /* Attach the explanation to this Vdbe */
13877 StrAccum str; /* The string being accumulated */
13878 int nIndent; /* Number of elements in aIndent */
13879 u16 aIndent[100]; /* Levels of indentation */
13880 char zBase[100]; /* Initial space */