Home
last modified time | relevance | path

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

/external/sqlite/dist/
Dsqlite3.c6556 typedef struct WhereInfo WhereInfo; typedef
8569 struct WhereInfo { struct
8570 Parse *pParse; /* Parsing and code generating context */
8571 u8 okOnePass; /* Ok to use one-pass algorithm for UPDATE or DELETE */
8572 SrcList *pTabList; /* List of tables in the join */
8573 int iTop; /* The very beginning of the WHERE loop */
8574 int iContinue; /* Jump here to continue with next record */
8575 int iBreak; /* Jump here to break out of the loop */
8576 int nLevel; /* Number of nested loop */
8577 sqlite3_index_info **apInfo; /* Array of pointers to index info structures */
[all …]