NativeSQLiteDriver



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.

Summary

Public constructors

N

Public functions

open SQLiteConnection
open(fileName: String)

Opens a new database connection.

N

Public constructors

NativeSQLiteDriver

NativeSQLiteDriver()

Public functions

open

open fun open(fileName: String): SQLiteConnection

Opens a new database connection.

Parameters
fileName: String

Name of the database file.

Returns
SQLiteConnection

the database connection.