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

#include <sqlite3.h>

Data Fields

const sqlite3_modulepModule
 
int nRef
 
char * zErrMsg
 

Detailed Description

Definition at line 8044 of file sqlite3.c.

Field Documentation

◆ nRef

int sqlite3_vtab::nRef

Definition at line 8046 of file sqlite3.c.

Referenced by sqlite3VdbeExec(), and sqlite3VtabCallDestroy().

◆ pModule

◆ zErrMsg

char * sqlite3_vtab::zErrMsg

Definition at line 8047 of file sqlite3.c.

Referenced by sqlite3VtabImportErrmsg(), and vtabBestIndex().


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