insert

abstract fun insert(tableName: String, contentValues: List<ContentValues>): Boolean

Insert a list of items into the table.

Return

whether insertion was successful or not.

Parameters

tableName

: String - name of table

contentValues

: List - values to insert