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

Data Fields

char * zKey
char * zVal
char * zVal2
IdxHashEntrypHashNext
IdxHashEntrypNext

Detailed Description

Definition at line 12894 of file shell.c.

Field Documentation

◆ pHashNext

IdxHashEntry* IdxHashEntry::pHashNext

Definition at line 12898 of file shell.c.

Referenced by idxHashAdd(), idxHashClear(), and idxHashFind().

◆ pNext

IdxHashEntry* IdxHashEntry::pNext

Definition at line 12899 of file shell.c.

Referenced by idxFindIndexes(), idxHashAdd(), and sqlite3_expert_analyze().

◆ zKey

char* IdxHashEntry::zKey

Definition at line 12895 of file shell.c.

Referenced by idxFindIndexes(), idxHashAdd(), and idxHashFind().

◆ zVal

char* IdxHashEntry::zVal

Definition at line 12896 of file shell.c.

Referenced by idxHashAdd(), idxHashSearch(), and sqlite3_expert_analyze().

◆ zVal2

char* IdxHashEntry::zVal2

Definition at line 12897 of file shell.c.

Referenced by idxHashClear(), idxPopulateOneStat1(), and sqlite3_expert_analyze().


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