Small. Fast. Reliable.
Choose any three.

SQLite C接口

不推荐使用的功能

#ifndef SQLITE_OMIT_DEPRECATED
int sqlite3_aggregate_count(sqlite3_context *);
int sqlite3_expired(sqlite3_stmt *);
int sqlite3_transfer_bindings(sqlite3_stmt *,sqlite3_stmt *);
int sqlite3_global_recover(void);
void sqlite3_thread_cleanup(void);
int sqlite3_memory_alarm(void(*)(void *,sqlite3_int64,int),
                      void *,sqlite3_int64);
#万一

不推荐使用 这些功能。为了保持与旧代码的向后兼容性,将继续支持这些功能。但是,新的应用程序应避免使用这些功能。为了鼓励程序员避免使用这些功能,我们将不解释它们的作用。

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