DeviceHardwareDao

Functions

Link copied to clipboard
abstract suspend fun deleteAll()
Link copied to clipboard
abstract suspend fun getByHwModel(hwModel: Int): List<DeviceHardwareEntity>
Link copied to clipboard
abstract suspend fun getByModelAndTarget(hwModel: Int, target: String): DeviceHardwareEntity?
Link copied to clipboard
abstract suspend fun getByTarget(target: String): DeviceHardwareEntity?
Link copied to clipboard
abstract suspend fun insert(deviceHardware: DeviceHardwareEntity)
Link copied to clipboard
abstract suspend fun insertAll(deviceHardware: List<DeviceHardwareEntity>)