clear

abstract fun clear(vararg energeticProfiles: DEnergeticProfile)

Removes all the data for selected energetic profiles from the database

Parameters

energeticProfiles

profiles which data should be removed (with given ids)


abstract fun clear(vehicleModelId: String): Int

Removes the data of all energetic profiles that corresponds to passed vehicleModelId

Return

number of deleted rows


abstract fun clear()

Removes the data of all energetic profiles