ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
sqlite3_vtab Struct Reference

#include <sqlite3.h>

Collaboration diagram for sqlite3_vtab:

Public Attributes

const sqlite3_modulepModule
 
int nRef
 
char * zErrMsg
 

Detailed Description

Definition at line 8033 of file sqlite3.c.

Member Data Documentation

◆ nRef

int sqlite3_vtab::nRef

Definition at line 8035 of file sqlite3.c.

Referenced by sqlite3VtabCallDestroy().

◆ pModule

◆ zErrMsg

char * sqlite3_vtab::zErrMsg

Definition at line 8036 of file sqlite3.c.

Referenced by expertFilter(), fsdirSetErrmsg(), sqlite3VtabImportErrmsg(), and vtabBestIndex().


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