Searched defs:WhereClause (Results 1 – 1 of 1) sorted by relevance
70289 typedef struct WhereClause WhereClause; typedef70352 struct WhereClause { struct70353 Parse *pParse; /* The parser context */70354 ExprMaskSet *pMaskSet; /* Mapping of table indices to bitmasks */70355 int nTerm; /* Number of terms */70356 int nSlot; /* Number of entries in a[] */70357 WhereTerm *a; /* Each a[] describes a term of the WHERE cluase */70358 WhereTerm aStatic[10]; /* Initial static space for a[] */