Public Attributes
sqlite3_pcache_methods2 Struct Reference

#include <sqlite3.h>

List of all members.

Public Attributes

int iVersion
void * pArg
void(* xCachesize )(sqlite3_pcache *, int nCachesize)
sqlite3_pcache *(* xCreate )(int szPage, int szExtra, int bPurgeable)
void(* xDestroy )(sqlite3_pcache *)
sqlite3_pcache_page *(* xFetch )(sqlite3_pcache *, unsigned key, int createFlag)
int(* xInit )(void *)
int(* xPagecount )(sqlite3_pcache *)
void(* xRekey )(sqlite3_pcache *, sqlite3_pcache_page *, unsigned oldKey, unsigned newKey)
void(* xShrink )(sqlite3_pcache *)
void(* xShutdown )(void *)
void(* xTruncate )(sqlite3_pcache *, unsigned iLimit)
void(* xUnpin )(sqlite3_pcache *, sqlite3_pcache_page *, int discard)

Detailed Description

Definition at line 6617 of file sqlite3.c.


Member Data Documentation

Definition at line 6618 of file sqlite3.c.

Definition at line 6619 of file sqlite3.c.

Definition at line 6623 of file sqlite3.c.

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

Definition at line 6622 of file sqlite3.c.

Definition at line 6630 of file sqlite3.c.

Definition at line 6625 of file sqlite3.c.

Definition at line 6620 of file sqlite3.c.

Definition at line 6624 of file sqlite3.c.

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

Definition at line 6627 of file sqlite3.c.

Definition at line 6631 of file sqlite3.c.

Definition at line 6621 of file sqlite3.c.

Definition at line 6629 of file sqlite3.c.

Definition at line 6626 of file sqlite3.c.


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


rtabmap
Author(s): Mathieu Labbe
autogenerated on Thu Jun 6 2019 21:59:39