#include <sqlite3.h>
|
void * | pArg |
|
void(* | xCachesize )(sqlite3_pcache *, int nCachesize) |
|
sqlite3_pcache *(* | xCreate )(int szPage, int bPurgeable) |
|
void(* | xDestroy )(sqlite3_pcache *) |
|
void *(* | xFetch )(sqlite3_pcache *, unsigned key, int createFlag) |
|
int(* | xInit )(void *) |
|
int(* | xPagecount )(sqlite3_pcache *) |
|
void(* | xRekey )(sqlite3_pcache *, void *, unsigned oldKey, unsigned newKey) |
|
void(* | xShutdown )(void *) |
|
void(* | xTruncate )(sqlite3_pcache *, unsigned iLimit) |
|
void(* | xUnpin )(sqlite3_pcache *, void *, int discard) |
|
Definition at line 7359 of file sqlite3.c.
void * sqlite3_pcache_methods::pArg |
sqlite3_pcache *(* sqlite3_pcache_methods::xCreate)(int szPage, int bPurgeable) |
int(* sqlite3_pcache_methods::xInit)(void *) |
void(* sqlite3_pcache_methods::xShutdown)(void *) |
The documentation for this struct was generated from the following files: