sqlite3_pcache_methods2

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

iVersion
int iVersion;
Undocumented in source.
pArg
void* pArg;
Undocumented in source.
xCachesize
void function(sqlite3_pcache*, int nCachesize) xCachesize;
Undocumented in source.
xCreate
sqlite3_pcache* function(int szPage, int szExtra, int bPurgeable) xCreate;
Undocumented in source.
xDestroy
void function(sqlite3_pcache*) xDestroy;
Undocumented in source.
xFetch
sqlite3_pcache_page* function(sqlite3_pcache*, uint key, int createFlag) xFetch;
Undocumented in source.
xInit
int function(void*) xInit;
Undocumented in source.
xPagecount
int function(sqlite3_pcache*) xPagecount;
Undocumented in source.
xRekey
void function(sqlite3_pcache*, sqlite3_pcache_page*, uint oldKey, uint newKey) xRekey;
Undocumented in source.
xShrink
void function(sqlite3_pcache*) xShrink;
Undocumented in source.
xShutdown
void function(void*) xShutdown;
Undocumented in source.
xTruncate
void function(sqlite3_pcache*, uint iLimit) xTruncate;
Undocumented in source.
xUnpin
void function(sqlite3_pcache*, sqlite3_pcache_page*, int discard) xUnpin;
Undocumented in source.

Meta