AccountDao

interface AccountDao

Inheritors

Functions

Link copied to clipboard
abstract suspend fun delete(id: Long)
Link copied to clipboard
abstract suspend fun deleteAll()
Link copied to clipboard
abstract suspend fun get(id: Long): RoomAccount?
Link copied to clipboard
abstract suspend fun insert(entity: RoomAccount)