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

Public Attributes

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

Detailed Description

Definition at line 7010 of file shell.c.

Member Data Documentation

◆ bRun

int sqlite3expert::bRun

Definition at line 7019 of file shell.c.

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

◆ db

◆ dbm

sqlite3* sqlite3expert::dbm

Definition at line 7013 of file shell.c.

Referenced by idxCreateFromCons(), idxFindIndexes(), idxPopulateStat1(), and sqlite3_expert_new().

◆ dbv

◆ hIdx

IdxHash sqlite3expert::hIdx

◆ iSample

int sqlite3expert::iSample

◆ pScan

IdxScan* sqlite3expert::pScan

Definition at line 7016 of file shell.c.

Referenced by expertBestIndex(), idxCreateCandidates(), and sqlite3_expert_sql().

◆ pStatement

IdxStatement* sqlite3expert::pStatement

◆ pTable

IdxTable* sqlite3expert::pTable

Definition at line 7015 of file shell.c.

Referenced by expertConnect(), idxAuthCallback(), and idxCreateVtabSchema().

◆ pWrite

IdxWrite* sqlite3expert::pWrite

Definition at line 7017 of file shell.c.

Referenced by idxAuthCallback(), and idxProcessTriggers().

◆ pzErrmsg

char** sqlite3expert::pzErrmsg

Definition at line 7020 of file shell.c.

Referenced by idxCreateFromCons().

◆ rc

int sqlite3expert::rc

Definition at line 7021 of file shell.c.

◆ zCandidates

char* sqlite3expert::zCandidates

Definition at line 7023 of file shell.c.

Referenced by sqlite3_expert_analyze(), and sqlite3_expert_report().


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