Sqlite3 3.50.2
Light weight SQL DB
Loading...
Searching...
No Matches
Schema Struct Reference
Collaboration diagram for Schema:

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 17871 of file sqlite3.c.

Field Documentation

◆ cache_size

int Schema::cache_size

Definition at line 17882 of file sqlite3.c.

◆ enc

u8 Schema::enc

Definition at line 17880 of file sqlite3.c.

◆ file_format

u8 Schema::file_format

Definition at line 17879 of file sqlite3.c.

◆ fkeyHash

Hash Schema::fkeyHash

Definition at line 17877 of file sqlite3.c.

◆ idxHash

Hash Schema::idxHash

Definition at line 17875 of file sqlite3.c.

◆ iGeneration

int Schema::iGeneration

Definition at line 17873 of file sqlite3.c.

◆ pSeqTab

Table* Schema::pSeqTab

Definition at line 17878 of file sqlite3.c.

◆ schema_cookie

int Schema::schema_cookie

Definition at line 17872 of file sqlite3.c.

◆ schemaFlags

u16 Schema::schemaFlags

Definition at line 17881 of file sqlite3.c.

◆ tblHash

Hash Schema::tblHash

Definition at line 17874 of file sqlite3.c.

◆ trigHash

Hash Schema::trigHash

Definition at line 17876 of file sqlite3.c.


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