Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A DsqliteInt.h241 typedef struct WhereInfo WhereInfo; typedef
821 struct WhereInfo { struct
822 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 */