|
theSq3Lite 10.0
|
#include <sqlite3_modified.h>
Data Fields | |
| void * | pArg |
| int(* | xInit )(void *) |
| void(* | xShutdown )(void *) |
| sqlite3_pcache *(* | xCreate )(int szPage, int bPurgeable) |
| void(* | xCachesize )(sqlite3_pcache *, int nCachesize) |
| int(* | xPagecount )(sqlite3_pcache *) |
| void *(* | xFetch )(sqlite3_pcache *, unsigned key, int createFlag) |
| void(* | xUnpin )(sqlite3_pcache *, void *, int discard) |
| void(* | xRekey )(sqlite3_pcache *, void *, unsigned oldKey, unsigned newKey) |
| void(* | xTruncate )(sqlite3_pcache *, unsigned iLimit) |
| void(* | xDestroy )(sqlite3_pcache *) |
Definition at line 9088 of file sqlite3_modified.h.
| void* sqlite3_pcache_methods::pArg |
Definition at line 9089 of file sqlite3_modified.h.
| void(* sqlite3_pcache_methods::xCachesize) (sqlite3_pcache *, int nCachesize) |
Definition at line 9093 of file sqlite3_modified.h.
| sqlite3_pcache *(* sqlite3_pcache_methods::xCreate) (int szPage, int bPurgeable) |
Definition at line 9092 of file sqlite3_modified.h.
| void(* sqlite3_pcache_methods::xDestroy) (sqlite3_pcache *) |
Definition at line 9099 of file sqlite3_modified.h.
| void *(* sqlite3_pcache_methods::xFetch) (sqlite3_pcache *, unsigned key, int createFlag) |
Definition at line 9095 of file sqlite3_modified.h.
| int(* sqlite3_pcache_methods::xInit) (void *) |
Definition at line 9090 of file sqlite3_modified.h.
| int(* sqlite3_pcache_methods::xPagecount) (sqlite3_pcache *) |
Definition at line 9094 of file sqlite3_modified.h.
| void(* sqlite3_pcache_methods::xRekey) (sqlite3_pcache *, void *, unsigned oldKey, unsigned newKey) |
Definition at line 9097 of file sqlite3_modified.h.
| void(* sqlite3_pcache_methods::xShutdown) (void *) |
Definition at line 9091 of file sqlite3_modified.h.
| void(* sqlite3_pcache_methods::xTruncate) (sqlite3_pcache *, unsigned iLimit) |
Definition at line 9098 of file sqlite3_modified.h.
| void(* sqlite3_pcache_methods::xUnpin) (sqlite3_pcache *, void *, int discard) |
Definition at line 9096 of file sqlite3_modified.h.