The ooSQLExtensions Class

The ooSQLExtensions class provides utilities to work with user defined SQLite extensions written in native code, typically C / C++. In general these extensions are packaged in external shared libraries, although there are a few extensions that are statically linked in to the ooSQLite library. The class can be thought of as a manager of these extensions.

text