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