AndroidSQLiteDriver



A SQLiteDriver implemented by android.database and that uses the Android's SDK SQLite APIs.

Summary

Public constructors

android

Public functions

open SQLiteConnection
open(fileName: String)

Opens a new database connection.

android

Public constructors

AndroidSQLiteDriver

AndroidSQLiteDriver()

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.