Small. Fast. Reliable.
Choose any three.

SQLite C Interface

Reset Automatic Extension Loading

void sqlite3_reset_auto_extension(void);

This function disables all previously registered automatic extensions. It undoes the effect of all prior sqlite3_auto_extension() calls.

This function disables all previously registered automatic extensions.

This function disables automatic extensions in all threads.

See also lists of Objects, Constants, and Functions.


This page last modified 2009/07/31 12:35:28 UTC