Searched defs:Explain (Results 1 – 1 of 1) sorted by relevance
13640 typedef struct Explain Explain; typedef13875 struct Explain { struct13876 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 */