Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
VtabCtx Struct Reference

Data Fields

VTablepVTable
 
TablepTab
 
VtabCtxpPrior
 
int bDeclared
 

Detailed Description

Definition at line 139595 of file sqlite3.c.

Field Documentation

◆ bDeclared

int VtabCtx::bDeclared

Definition at line 139599 of file sqlite3.c.

Referenced by sqlite3_declare_vtab(), and vtabCallConstructor().

◆ pPrior

VtabCtx* VtabCtx::pPrior

Definition at line 139598 of file sqlite3.c.

Referenced by vtabCallConstructor().

◆ pTab

Table* VtabCtx::pTab

Definition at line 139597 of file sqlite3.c.

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

◆ pVTable

VTable* VtabCtx::pVTable

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