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

Data Fields

sqlite3db
 
char ** pzErrMsg
 
int iDb
 
int rc
 
u32 mInitFlags
 
u32 nInitRow
 
Pgno mxPage
 

Detailed Description

Definition at line 18988 of file sqlite3.c.

Field Documentation

◆ db

sqlite3* InitData::db

Definition at line 18989 of file sqlite3.c.

Referenced by corruptSchema(), sqlite3InitCallback(), sqlite3InitOne(), and sqlite3VdbeExec().

◆ iDb

int InitData::iDb

Definition at line 18991 of file sqlite3.c.

Referenced by sqlite3InitCallback(), sqlite3InitOne(), and sqlite3VdbeExec().

◆ mInitFlags

u32 InitData::mInitFlags

Definition at line 18993 of file sqlite3.c.

Referenced by corruptSchema(), sqlite3InitOne(), and sqlite3VdbeExec().

◆ mxPage

Pgno InitData::mxPage

Definition at line 18995 of file sqlite3.c.

Referenced by sqlite3InitCallback(), sqlite3InitOne(), and sqlite3VdbeExec().

◆ nInitRow

u32 InitData::nInitRow

Definition at line 18994 of file sqlite3.c.

Referenced by sqlite3InitCallback(), sqlite3InitOne(), and sqlite3VdbeExec().

◆ pzErrMsg

char** InitData::pzErrMsg

Definition at line 18990 of file sqlite3.c.

Referenced by corruptSchema(), sqlite3InitOne(), and sqlite3VdbeExec().

◆ rc

int InitData::rc

Definition at line 18992 of file sqlite3.c.

Referenced by corruptSchema(), sqlite3InitCallback(), sqlite3InitOne(), and sqlite3VdbeExec().


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