Small, Fast, Reliable.
Choose any three.

SQLite C Interface

Reset Automatic Extension Loading

void sqlite3_reset_auto_extension(void);

Disable all previously registered automatic extensions. This routine undoes the effect of all prior sqlite3_automatic_extension() calls.

This call disabled automatic extensions in all threads.

This interface is experimental and is subject to change or removal in future releases of SQLite.

See also lists of Objects, Constants, and Functions.


This page last modified 2007/11/22 00:41:31 UTC