theSq3Lite 10.0 NHI1 - theKernel - theLink - theConfig - theSq3Lite - theCompiler - theBrain - theGuard - theLib - theATL
c - tcl - atl - cs - py - rb - jv - cc
Loading...
Searching...
No Matches
sqlite3_pcache_methods Struct Reference

#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 *)
 

Detailed Description

Definition at line 9088 of file sqlite3_modified.h.

Field Documentation

◆ pArg

void* sqlite3_pcache_methods::pArg

Definition at line 9089 of file sqlite3_modified.h.

◆ xCachesize

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

Definition at line 9093 of file sqlite3_modified.h.

◆ xCreate

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

Definition at line 9092 of file sqlite3_modified.h.

◆ xDestroy

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

Definition at line 9099 of file sqlite3_modified.h.

◆ xFetch

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

Definition at line 9095 of file sqlite3_modified.h.

◆ xInit

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

Definition at line 9090 of file sqlite3_modified.h.

◆ xPagecount

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

Definition at line 9094 of file sqlite3_modified.h.

◆ xRekey

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

Definition at line 9097 of file sqlite3_modified.h.

◆ xShutdown

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

Definition at line 9091 of file sqlite3_modified.h.

◆ xTruncate

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

Definition at line 9098 of file sqlite3_modified.h.

◆ xUnpin

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

Definition at line 9096 of file sqlite3_modified.h.


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