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

Data Fields

sqlite3db
 
ModulepMod
 
sqlite3_vtabpVtab
 
int nRef
 
u8 bConstraint
 
u8 eVtabRisk
 
int iSavepoint
 
VTablepNext
 

Detailed Description

Definition at line 17466 of file sqlite3.c.

Field Documentation

◆ bConstraint

u8 VTable::bConstraint

Definition at line 17471 of file sqlite3.c.

Referenced by sqlite3_vtab_config(), and sqlite3VdbeExec().

◆ db

sqlite3* VTable::db

Definition at line 17467 of file sqlite3.c.

Referenced by sqlite3GetVTable(), vtabCallConstructor(), and vtabDisconnectAll().

◆ eVtabRisk

u8 VTable::eVtabRisk

Definition at line 17472 of file sqlite3.c.

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

◆ iSavepoint

int VTable::iSavepoint

Definition at line 17473 of file sqlite3.c.

Referenced by callFinaliser(), sqlite3VtabBegin(), and sqlite3VtabSavepoint().

◆ nRef

int VTable::nRef

Definition at line 17470 of file sqlite3.c.

Referenced by sqlite3VtabLock(), and vtabCallConstructor().

◆ pMod

◆ pNext

◆ pVtab


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