![]() |
AMO-Tools-Suite
v.0.9.0
Set of tools for calculating energy efficiency in industrial equipment
|
Public Attributes | |
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 *) |