Soar Kernel  9.3.2 08-06-12
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Data Fields
sqlite3_pcache_methods Struct Reference

#include <sqlite3.h>

Data Fields

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)

Detailed Description

Definition at line 5847 of file sqlite3.h.

Field Documentation

void* sqlite3_pcache_methods::pArg

Definition at line 5848 of file sqlite3.h.

void(* sqlite3_pcache_methods::xCachesize)(sqlite3_pcache *, int nCachesize)

Definition at line 5852 of file sqlite3.h.

sqlite3_pcache*(* sqlite3_pcache_methods::xCreate)(int szPage, int bPurgeable)

Definition at line 5851 of file sqlite3.h.

void(* sqlite3_pcache_methods::xDestroy)(sqlite3_pcache *)

Definition at line 5858 of file sqlite3.h.

void*(* sqlite3_pcache_methods::xFetch)(sqlite3_pcache *, unsigned key, int createFlag)

Definition at line 5854 of file sqlite3.h.

int(* sqlite3_pcache_methods::xInit)(void *)

Definition at line 5849 of file sqlite3.h.

int(* sqlite3_pcache_methods::xPagecount)(sqlite3_pcache *)

Definition at line 5853 of file sqlite3.h.

void(* sqlite3_pcache_methods::xRekey)(sqlite3_pcache *, void *, unsigned oldKey, unsigned newKey)

Definition at line 5856 of file sqlite3.h.

void(* sqlite3_pcache_methods::xShutdown)(void *)

Definition at line 5850 of file sqlite3.h.

void(* sqlite3_pcache_methods::xTruncate)(sqlite3_pcache *, unsigned iLimit)

Definition at line 5857 of file sqlite3.h.

void(* sqlite3_pcache_methods::xUnpin)(sqlite3_pcache *, void *, int discard)

Definition at line 5855 of file sqlite3.h.


The documentation for this struct was generated from the following file: