Small. Fast. Reliable.
Choose any three.

SQLite C接口

可加载扩展Thunk

typedef struct sqlite3_api_routines sqlite3_api_routines;

指向不透明的sqlite3_api_routines结构的指针作为第三个参数传递到可加载扩展的入口点。必须对这种结构进行类型定义,以便在某些平台上解决编译器警告。

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