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