gdrsclib
Data Fields
Schema Struct Reference

Data Fields

int schema_cookie
 
Hash tblHash
 
Hash idxHash
 
Hash trigHash
 
TablepSeqTab
 
u8 file_format
 
u8 enc
 
u16 flags
 
int cache_size
 
sqlite3db
 

Detailed Description

Definition at line 8270 of file sqlite3.c.

Field Documentation

◆ cache_size

int cache_size

Definition at line 8279 of file sqlite3.c.

◆ db

sqlite3* db

Definition at line 8281 of file sqlite3.c.

◆ enc

u8 enc

Definition at line 8277 of file sqlite3.c.

◆ file_format

u8 file_format

Definition at line 8276 of file sqlite3.c.

◆ flags

u16 flags

Definition at line 8278 of file sqlite3.c.

◆ idxHash

Hash idxHash

Definition at line 8273 of file sqlite3.c.

◆ pSeqTab

Table* pSeqTab

Definition at line 8275 of file sqlite3.c.

◆ schema_cookie

int schema_cookie

Definition at line 8271 of file sqlite3.c.

◆ tblHash

Hash tblHash

Definition at line 8272 of file sqlite3.c.

◆ trigHash

Hash trigHash

Definition at line 8274 of file sqlite3.c.


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