CharacteristicRepository

Constructors

Link copied to clipboard
constructor(context: Context)

Functions

Link copied to clipboard
suspend fun delete(characteristicEntity: CharacteristicEntity)
Link copied to clipboard
suspend fun getByNameAndCharacteristicUuid(name: String, characteristicUuid: UUID): CharacteristicEntity?
Link copied to clipboard
suspend fun insert(characteristicEntity: CharacteristicEntity): Long
Link copied to clipboard
suspend fun insertAllIfNotPresent(characteristicEntities: List<CharacteristicEntity>): List<Long>
Link copied to clipboard
suspend fun update(characteristicEntity: CharacteristicEntity)