clear

abstract fun clear(vararg profiles: DProfile)

Removes all the data for selected vehicle profiles from the database

Parameters

profiles

vehicle profiles which data should be removed (with given ids)


abstract fun clear(vehicleModelId: String)

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

Return

number of deleted rows


abstract fun clear()

Removes the data of all vehicle profiles