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

Data Fields

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

Detailed Description

Definition at line 18770 of file sqlite3.c.

Field Documentation

◆ bAllSchemas

u8 VTable::bAllSchemas

Definition at line 18776 of file sqlite3.c.

◆ bConstraint

u8 VTable::bConstraint

Definition at line 18775 of file sqlite3.c.

◆ db

sqlite3* VTable::db

Definition at line 18771 of file sqlite3.c.

◆ eVtabRisk

u8 VTable::eVtabRisk

Definition at line 18777 of file sqlite3.c.

◆ iSavepoint

int VTable::iSavepoint

Definition at line 18778 of file sqlite3.c.

◆ nRef

int VTable::nRef

Definition at line 18774 of file sqlite3.c.

◆ pMod

Module* VTable::pMod

Definition at line 18772 of file sqlite3.c.

◆ pNext

VTable* VTable::pNext

Definition at line 18779 of file sqlite3.c.

◆ pVtab

sqlite3_vtab* VTable::pVtab

Definition at line 18773 of file sqlite3.c.


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