drop

abstract fun drop(db: SQLiteDatabase)

drop database table

Parameters

db

database object

Throws

android.database.sqlite.SQLiteException

Database could not be dropped.