WebFramework v3.0.12
Web framework for C++.
Loading...
Searching...
No Matches
sqlite3_pcache_methods2 Struct Reference

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

Detailed Description

Definition at line 9121 of file sqlite3.h.

Member Data Documentation

◆ iVersion

int sqlite3_pcache_methods2::iVersion

Definition at line 9122 of file sqlite3.h.

◆ pArg

void* sqlite3_pcache_methods2::pArg

Definition at line 9123 of file sqlite3.h.

◆ xCachesize

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

Definition at line 9127 of file sqlite3.h.

◆ xCreate

sqlite3_pcache *(* sqlite3_pcache_methods2::xCreate) (int szPage, int szExtra, int bPurgeable)

Definition at line 9126 of file sqlite3.h.

◆ xDestroy

void(* sqlite3_pcache_methods2::xDestroy) (sqlite3_pcache *)

Definition at line 9134 of file sqlite3.h.

◆ xFetch

sqlite3_pcache_page *(* sqlite3_pcache_methods2::xFetch) (sqlite3_pcache *, unsigned key, int createFlag)

Definition at line 9129 of file sqlite3.h.

◆ xInit

int(* sqlite3_pcache_methods2::xInit) (void *)

Definition at line 9124 of file sqlite3.h.

◆ xPagecount

int(* sqlite3_pcache_methods2::xPagecount) (sqlite3_pcache *)

Definition at line 9128 of file sqlite3.h.

◆ xRekey

void(* sqlite3_pcache_methods2::xRekey) (sqlite3_pcache *, sqlite3_pcache_page *, unsigned oldKey, unsigned newKey)

Definition at line 9131 of file sqlite3.h.

◆ xShrink

void(* sqlite3_pcache_methods2::xShrink) (sqlite3_pcache *)

Definition at line 9135 of file sqlite3.h.

◆ xShutdown

void(* sqlite3_pcache_methods2::xShutdown) (void *)

Definition at line 9125 of file sqlite3.h.

◆ xTruncate

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

Definition at line 9133 of file sqlite3.h.

◆ xUnpin

void(* sqlite3_pcache_methods2::xUnpin) (sqlite3_pcache *, sqlite3_pcache_page *, int discard)

Definition at line 9130 of file sqlite3.h.


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