open

abstract fun open(db: SQLiteDatabase)

open the db table. For example creates pre-compiled SQL statements.

Parameters

db

database object

Throws

android.database.sqlite.SQLiteException

SQL Statement could not be compiled. Application should be aborted.