Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
WhereInfo * | pWInfo |
WhereClause * | pWC |
ExprList * | pOrderBy |
WhereLoop * | pNew |
WhereOrSet * | pOrSet |
unsigned char | bldFlags1 |
unsigned char | bldFlags2 |
unsigned int | iPlanLimit |
unsigned char WhereLoopBuilder::bldFlags1 |
Definition at line 141328 of file sqlite3.c.
Referenced by whereLoopAddBtree(), and whereLoopAddBtreeIndex().
unsigned char WhereLoopBuilder::bldFlags2 |
Definition at line 141329 of file sqlite3.c.
Referenced by sqlite3WhereBegin(), and whereLoopAddBtreeIndex().
unsigned int WhereLoopBuilder::iPlanLimit |
Definition at line 141330 of file sqlite3.c.
Referenced by whereLoopInsert().
WhereLoop* WhereLoopBuilder::pNew |
Definition at line 141322 of file sqlite3.c.
Referenced by sqlite3WhereBegin(), whereLoopAddBtree(), whereLoopAddBtreeIndex(), whereLoopAddOr(), whereLoopAddVirtual(), whereLoopAddVirtualOne(), and whereShortCut().
ExprList* WhereLoopBuilder::pOrderBy |
Definition at line 141321 of file sqlite3.c.
Referenced by sqlite3WhereBegin(), whereLoopAddOr(), and whereLoopAddVirtual().
WhereOrSet* WhereLoopBuilder::pOrSet |
Definition at line 141323 of file sqlite3.c.
Referenced by whereLoopAddBtree(), whereLoopAddOr(), and whereLoopInsert().
WhereClause* WhereLoopBuilder::pWC |
Definition at line 141320 of file sqlite3.c.
Referenced by sqlite3WhereBegin(), whereLoopAddBtree(), whereLoopAddBtreeIndex(), whereLoopAddOr(), whereLoopAddVirtual(), whereLoopAddVirtualOne(), and whereLoopInsert().
WhereInfo* WhereLoopBuilder::pWInfo |
Definition at line 141319 of file sqlite3.c.
Referenced by indexMightHelpWithOrderBy(), sqlite3WhereBegin(), whereLoopAddBtree(), whereLoopAddBtreeIndex(), whereLoopAddOr(), whereLoopAddVirtual(), whereLoopAddVirtualOne(), whereLoopInsert(), and whereShortCut().