create

abstract fun create(db: SQLiteDatabase)

create database table

Parameters

db

database object

Throws

android.database.sqlite.SQLiteException

Database could not be created. Application should be aborted.