|
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);
These functions are all now obsolete. In order to maintain backwards compatibility with older code, we continue to support these functions. However, new development projects should avoid the use of these functions. To help encourage people to avoid using these functions, we are not going to tell you want they do.
See also lists of Objects, Constants, and Functions.