NativeSQLiteDriver


public final class NativeSQLiteDriver implements SQLiteDriver


A SQLiteDriver that uses a version of SQLite included with the host operating system.

Usage of this driver expects that libsqlite can be found in the shared library path.

The host's SQLite used by this driver might be compiled with different threading modes which can be checked with threadingMode. Regardless of the mode compiled, this driver does not have an internal connection pool and whether the driver connections are thread-safe or not will be determined by the compiled threading mode of the host library.

Summary

Inherited methods

From androidx.sqlite.SQLiteDriver