SQLite C 接口

重置自动扩展加载

void sqlite3_reset_auto_extension(void);

该接口禁用了之前使用sqlite3_auto_extension()注册的所有自动扩展。

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