RoomAccountDataDao

Functions

Link copied to clipboard
abstract suspend fun delete(roomId: RoomId)
abstract suspend fun delete(roomId: RoomId, type: String)
abstract suspend fun delete(roomId: RoomId, type: String, key: String)
Link copied to clipboard
abstract suspend fun deleteAll()
Link copied to clipboard
abstract suspend fun getByAllKeys(roomId: RoomId, type: String, key: String): RoomRoomAccountData?
Link copied to clipboard
abstract suspend fun getByTwoKeys(roomId: RoomId, type: String): List<RoomRoomAccountData>
Link copied to clipboard
abstract suspend fun insert(entity: RoomRoomAccountData)
Link copied to clipboard
abstract suspend fun insertAll(entity: List<RoomRoomAccountData>)