open

abstract fun open(flags: Int?): SQLiteConnection

Opens a database connection and returns SQLiteConnection.

Return

An SQLiteConnection instance for the opened database.

Author

MOHAMMAD AZIM ANSARI

Parameters

flags

The flags to use when opening the database. Defaults to null, which typically implies a standard read/write connection that creates the database if it doesn't exist. Specific flag values depend on the underlying SQLite implementation.