Home
last modified time | relevance | path

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

/external/sqlite/dist/
Dsqlite3.c70289 typedef struct WhereClause WhereClause; typedef
70352 struct WhereClause { struct
70353 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[] */