Searched defs:WhereInfo (Results 1 – 1 of 1) sorted by relevance
241 typedef struct WhereInfo WhereInfo; typedef821 struct WhereInfo { struct822 Parse *pParse;823 SrcList *pTabList; /* List of tables in the join */824 int iContinue; /* Jump here to continue with next record */825 int iBreak; /* Jump here to break out of the loop */826 int nLevel; /* Number of nested loop */827 int savedNTab; /* Value of pParse->nTab before WhereBegin() */828 int peakNTab; /* Value of pParse->nTab after WhereBegin() */829 WhereLevel a[1]; /* Information about each nest loop in the WHERE */