|
Sqlite3 3.50.2
Light weight SQL DB
|
Data Fields | |
| u8 | op |
| LogEst | nSelectRow |
| u32 | selFlags |
| int | iLimit |
| int | iOffset |
| u32 | selId |
| int | addrOpenEphm [2] |
| ExprList * | pEList |
| SrcList * | pSrc |
| Expr * | pWhere |
| ExprList * | pGroupBy |
| Expr * | pHaving |
| ExprList * | pOrderBy |
| Select * | pPrior |
| Select * | pNext |
| Expr * | pLimit |
| With * | pWith |
| Window * | pWin |
| Window * | pWinDefn |