gdrsclib
Data Fields
WhereLevel Struct Reference

Data Fields

WherePlan plan
 
int iLeftJoin
 
int iTabCur
 
int iIdxCur
 
int addrBrk
 
int addrNxt
 
int addrCont
 
int addrFirst
 
u8 iFrom
 
u8 op
 
u8 p5
 
int p1
 
int p2
 
union {
   struct {
      int   nIn
 
      struct InLoop {
         int   iCur
 
         int   addrInTop
 
      }   aInLoop
 
   }   in
 
u
 
sqlite3_index_infopIdxInfo
 

Detailed Description

Definition at line 9421 of file sqlite3.c.

Field Documentation

◆ addrBrk

int addrBrk

Definition at line 9426 of file sqlite3.c.

◆ addrCont

int addrCont

Definition at line 9428 of file sqlite3.c.

◆ addrFirst

int addrFirst

Definition at line 9429 of file sqlite3.c.

◆ addrInTop

int addrInTop

Definition at line 9438 of file sqlite3.c.

◆ addrNxt

int addrNxt

Definition at line 9427 of file sqlite3.c.

◆ aInLoop

struct { ... } ::InLoop * aInLoop

◆ iCur

int iCur

Definition at line 9437 of file sqlite3.c.

◆ iFrom

u8 iFrom

Definition at line 9430 of file sqlite3.c.

◆ iIdxCur

int iIdxCur

Definition at line 9425 of file sqlite3.c.

◆ iLeftJoin

int iLeftJoin

Definition at line 9423 of file sqlite3.c.

◆ in

struct { ... } in

◆ iTabCur

int iTabCur

Definition at line 9424 of file sqlite3.c.

◆ nIn

int nIn

Definition at line 9435 of file sqlite3.c.

◆ op

u8 op

Definition at line 9431 of file sqlite3.c.

◆ p1

int p1

Definition at line 9432 of file sqlite3.c.

◆ p2

int p2

Definition at line 9432 of file sqlite3.c.

◆ p5

u8 p5

Definition at line 9431 of file sqlite3.c.

◆ pIdxInfo

sqlite3_index_info* pIdxInfo

Definition at line 9449 of file sqlite3.c.

◆ plan

WherePlan plan

Definition at line 9422 of file sqlite3.c.

◆ u

union { ... } u

The documentation for this struct was generated from the following file: