Sqlite3 3.50.2
Light weight SQL DB
Loading...
Searching...
No Matches
IndexIterator Struct Reference
Collaboration diagram for IndexIterator:

Data Fields

int eType
int i
union { 
   struct { 
      Index *   pIdx 
   }   lx
   struct { 
      int   nIdx 
      IndexListTerm *   aIdx 
   }   ax
u

Detailed Description

Definition at line 136533 of file sqlite3.c.

Field Documentation

◆ aIdx

IndexListTerm* IndexIterator::aIdx

Definition at line 136542 of file sqlite3.c.

◆ [struct]

struct { ... } IndexIterator::ax

◆ eType

int IndexIterator::eType

Definition at line 136534 of file sqlite3.c.

◆ i

int IndexIterator::i

Definition at line 136535 of file sqlite3.c.

◆ [struct]

struct { ... } IndexIterator::lx

◆ nIdx

int IndexIterator::nIdx

Definition at line 136541 of file sqlite3.c.

◆ pIdx

Index* IndexIterator::pIdx

Definition at line 136538 of file sqlite3.c.

◆ [union]

union { ... } IndexIterator::u

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