onCreate

open fun onCreate(db: SQLiteDatabase)

create all tables

Parameters

db

database object

Throws

android.database.sqlite.SQLiteException

Database could not be created. Application should be aborted.