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

Data Fields

VTablepVTable
TablepTab
VtabCtxpPrior
int bDeclared

Detailed Description

Definition at line 157545 of file sqlite3.c.

Field Documentation

◆ bDeclared

int VtabCtx::bDeclared

Definition at line 157549 of file sqlite3.c.

◆ pPrior

VtabCtx* VtabCtx::pPrior

Definition at line 157548 of file sqlite3.c.

◆ pTab

Table* VtabCtx::pTab

Definition at line 157547 of file sqlite3.c.

◆ pVTable

VTable* VtabCtx::pVTable

Definition at line 157546 of file sqlite3.c.


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