ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
IdxStatement Struct Reference
Collaboration diagram for IdxStatement:

Public Attributes

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

Detailed Description

Definition at line 6974 of file shell.c.

Member Data Documentation

◆ iId

int IdxStatement::iId

Definition at line 6975 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 6978 of file shell.c.

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

◆ zIdx

char* IdxStatement::zIdx

Definition at line 6977 of file shell.c.

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

◆ zSql

char* IdxStatement::zSql

Definition at line 6976 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: