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

Data Fields

int schema_cookie
 
int iGeneration
 
Hash tblHash
 
Hash idxHash
 
Hash trigHash
 
Hash fkeyHash
 
TablepSeqTab
 
u8 file_format
 
u8 enc
 
u16 schemaFlags
 
int cache_size
 

Detailed Description

Definition at line 16630 of file sqlite3.c.

Field Documentation

◆ cache_size

int Schema::cache_size

Definition at line 16641 of file sqlite3.c.

Referenced by sqlite3InitOne(), sqlite3Pragma(), and sqlite3VdbeSorterInit().

◆ enc

u8 Schema::enc

Definition at line 16639 of file sqlite3.c.

Referenced by attachFunc(), and sqlite3InitOne().

◆ file_format

u8 Schema::file_format

Definition at line 16638 of file sqlite3.c.

Referenced by attachFunc(), sqlite3CreateIndex(), sqlite3InitOne(), and sqlite3VdbeExec().

◆ fkeyHash

Hash Schema::fkeyHash

◆ idxHash

◆ iGeneration

int Schema::iGeneration

Definition at line 16632 of file sqlite3.c.

Referenced by sqlite3FinishCoding(), sqlite3SchemaClear(), and sqlite3VdbeExec().

◆ pSeqTab

Table* Schema::pSeqTab

◆ schema_cookie

int Schema::schema_cookie

◆ schemaFlags

u16 Schema::schemaFlags

Definition at line 16640 of file sqlite3.c.

Referenced by sqlite3SchemaClear(), and sqlite3ViewGetColumnNames().

◆ tblHash

◆ trigHash

Hash Schema::trigHash

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