|
The Pedigree Project
0.1
|
Collaboration diagram for SrcList::SrcList_item:Public Attributes | |
| Schema * | pSchema |
| char * | zDatabase |
| char * | zName |
| char * | zAlias |
| Table * | pTab |
| Select * | pSelect |
| int | addrFillSub |
| int | regReturn |
| int | regResult |
| struct { | |
| u8 jointype | |
| unsigned notIndexed:1 | |
| unsigned isIndexedBy:1 | |
| unsigned isTabFunc:1 | |
| unsigned isCorrelated:1 | |
| unsigned viaCoroutine:1 | |
| unsigned isRecursive:1 | |
| } | fg |
| u8 | iSelectId |
| int | iCursor |
| Expr * | pOn |
| IdList * | pUsing |
| Bitmask | colUsed |
| union { | |
| char * zIndexedBy | |
| ExprList * pFuncArg | |
| } | u1 |
| Index * | pIBIndex |
1.8.11