ImageDatabase

interface ImageDatabase

Inheritors

Functions

Link copied to clipboard
abstract suspend fun delete(image: ImageRoomEntity)
Link copied to clipboard
abstract suspend fun getImageByImageUuid(imageUuid: UUID): ImageRoomEntity
Link copied to clipboard
abstract suspend fun getImagesToSync(): List<ImageRoomEntity>
Link copied to clipboard
abstract suspend fun insert(image: ImageRoomEntity)
Link copied to clipboard
abstract suspend fun insertAll(images: List<ImageRoomEntity>)
Link copied to clipboard
abstract suspend fun update(image: ImageRoomEntity)