insert

open fun insert(db: SQLiteDatabase, table: String, contentValues: ContentValues): Long

Does an insert

Return

row id of inserted row

Parameters

db
table
contentValues