Updated: 2022/Sep/29
Please read Privacy Policy. It's for your privacy.
SQLITE3_PCACHE(3) Library Functions Manual SQLITE3_PCACHE(3)
NAME
sqlite3_pcache - custom page cache object
SYNOPSIS
#include <sqlite3.h>
typedef struct sqlite3_pcache sqlite3_pcache;
DESCRIPTION
The sqlite3_pcache type is opaque. It is implemented by the pluggable
module. The SQLite core has no knowledge of its size or internal
structure and never deals with the sqlite3_pcache object except by
holding and passing pointers to the object.
See sqlite3_pcache_methods2 for additional information.
IMPLEMENTATION NOTES
These declarations were extracted from the interface documentation at
line 8768.
typedef struct sqlite3_pcache sqlite3_pcache;
SEE ALSO
sqlite3_pcache_methods2(3)
NetBSD 10.99 August 24, 2023 NetBSD 10.99