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

Data Fields

int iId
char * zSql
char * zIdx
char * zEQP
IdxStatementpNext

Detailed Description

Definition at line 12873 of file shell.c.

Field Documentation

◆ iId

int IdxStatement::iId

Definition at line 12874 of file shell.c.

Referenced by sqlite3_expert_count(), sqlite3_expert_report(), and sqlite3_expert_sql().

◆ pNext

IdxStatement* IdxStatement::pNext

◆ zEQP

char* IdxStatement::zEQP

Definition at line 12877 of file shell.c.

Referenced by idxFindIndexes(), idxStatementFree(), and sqlite3_expert_report().

◆ zIdx

char* IdxStatement::zIdx

Definition at line 12876 of file shell.c.

Referenced by idxFindIndexes(), idxStatementFree(), and sqlite3_expert_report().

◆ zSql

char* IdxStatement::zSql

Definition at line 12875 of file shell.c.

Referenced by idxFindIndexes(), sqlite3_expert_report(), and sqlite3_expert_sql().


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