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

Public Attributes

VTablepVTable
 
TablepTab
 
VtabCtxpPrior
 
int bDeclared
 

Detailed Description

Definition at line 138972 of file sqlite3.c.

Member Data Documentation

◆ bDeclared

int VtabCtx::bDeclared

Definition at line 138976 of file sqlite3.c.

Referenced by sqlite3_declare_vtab(), and vtabCallConstructor().

◆ pPrior

VtabCtx* VtabCtx::pPrior

Definition at line 138975 of file sqlite3.c.

Referenced by vtabCallConstructor().

◆ pTab

Table* VtabCtx::pTab

Definition at line 138974 of file sqlite3.c.

Referenced by sqlite3_declare_vtab(), sqlite3_vtab_config(), and vtabCallConstructor().

◆ pVTable

VTable* VtabCtx::pVTable

Definition at line 138973 of file sqlite3.c.

Referenced by sqlite3_declare_vtab(), sqlite3_vtab_config(), and vtabCallConstructor().


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