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

Data Fields

const sqlite3_modulepModule
 
const char * zName
 
int nRefModule
 
void * pAux
 
void(* xDestroy )(void *)
 
TablepEpoTab
 

Detailed Description

Definition at line 17305 of file sqlite3.c.

Field Documentation

◆ nRefModule

int Module::nRefModule

Definition at line 17308 of file sqlite3.c.

Referenced by sqlite3VtabCreateModule(), and vtabCallConstructor().

◆ pAux

void* Module::pAux

Definition at line 17309 of file sqlite3.c.

Referenced by sqlite3VtabCreateModule(), and vtabCallConstructor().

◆ pEpoTab

Table* Module::pEpoTab

◆ pModule

◆ xDestroy

void(* Module::xDestroy) (void *)

Definition at line 17310 of file sqlite3.c.

Referenced by sqlite3VtabCreateModule().

◆ zName

const char* Module::zName

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