|
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 |
|
Definition at line 15155 of file sqlite3.c.
The documentation for this struct was generated from the following file: