在线文档教程
Sqlite
C界面 | C Interface

Custom Page Cache Object

Custom Page Cache Object

typedef struct sqlite3_pcache sqlite3_pcache;

sqlite3_pcache 类型是不透明的。它由可插拔模块实现。SQLite 核心不知道其大小或内部结构,除了通过保持并传递指向对象的指针之外,从不处理 sqlite3_pcache 对象。

有关更多信息,请参见 sqlite3_pcache_methods2 。

另请参见对象,常量和函数的列表。

SQLite is in the Public Domain.