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

Data Fields

int iSample
sqlite3db
sqlite3dbm
sqlite3dbv
IdxTablepTable
IdxScanpScan
IdxWritepWrite
IdxStatementpStatement
int bRun
char ** pzErrmsg
int rc
IdxHash hIdx
char * zCandidates

Detailed Description

Definition at line 12909 of file shell.c.

Field Documentation

◆ bRun

int sqlite3expert::bRun

Definition at line 12918 of file shell.c.

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

◆ db

◆ dbm

sqlite3* sqlite3expert::dbm

◆ dbv

◆ hIdx

◆ iSample

int sqlite3expert::iSample

◆ pScan

IdxScan* sqlite3expert::pScan

◆ pStatement

IdxStatement* sqlite3expert::pStatement

◆ pTable

IdxTable* sqlite3expert::pTable

◆ pWrite

IdxWrite* sqlite3expert::pWrite

Definition at line 12916 of file shell.c.

Referenced by idxAuthCallback(), idxProcessTriggers(), and sqlite3_expert_destroy().

◆ pzErrmsg

char** sqlite3expert::pzErrmsg

Definition at line 12919 of file shell.c.

Referenced by idxCreateFromCons().

◆ rc

int sqlite3expert::rc

Definition at line 12920 of file shell.c.

◆ zCandidates

char* sqlite3expert::zCandidates

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