小巧。快速。可靠。
三者选其二。

SQLite C 接口

销毁快照

void sqlite3_snapshot_free(sqlite3_snapshot*);

sqlite3_snapshot_free(P) 接口销毁 sqlite3_snapshot P。应用程序必须最终使用此例程释放每个 sqlite3_snapshot 对象,以避免内存泄漏。

只有在使用 SQLITE_ENABLE_SNAPSHOT 编译时选项时,sqlite3_snapshot_free() 接口才可用。

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