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

Data Fields

sqlite3db
int nUsed
JsonParsea [JSON_CACHE_SIZE]

Detailed Description

Definition at line 208087 of file sqlite3.c.

Field Documentation

◆ a

JsonParse* JsonCache::a[JSON_CACHE_SIZE]

Definition at line 208090 of file sqlite3.c.

◆ db

sqlite3* JsonCache::db

Definition at line 208088 of file sqlite3.c.

◆ nUsed

int JsonCache::nUsed

Definition at line 208089 of file sqlite3.c.


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