ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
Schema Struct Reference
Collaboration diagram for Schema:

Public Attributes

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

Member Data Documentation

◆ cache_size

int Schema::cache_size

Definition at line 16613 of file sqlite3.c.

Referenced by sqlite3InitOne(), and sqlite3VdbeSorterInit().

◆ enc

u8 Schema::enc

Definition at line 16611 of file sqlite3.c.

Referenced by attachFunc(), and sqlite3InitOne().

◆ file_format

u8 Schema::file_format

Definition at line 16610 of file sqlite3.c.

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

◆ fkeyHash

Hash Schema::fkeyHash

◆ idxHash

◆ iGeneration

int Schema::iGeneration

Definition at line 16604 of file sqlite3.c.

Referenced by sqlite3FinishCoding(), and sqlite3SchemaClear().

◆ pSeqTab

Table* Schema::pSeqTab

◆ schema_cookie

int Schema::schema_cookie

◆ schemaFlags

u16 Schema::schemaFlags

Definition at line 16612 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: