GlobalAccountDataDao

Functions

Link copied to clipboard
abstract suspend fun delete(type: String)
abstract suspend fun delete(type: String, key: String)
Link copied to clipboard
abstract suspend fun deleteAll()
Link copied to clipboard
abstract suspend fun getAllByType(type: String): List<RoomGlobalAccountData>
Link copied to clipboard
abstract suspend fun getByKeys(type: String, key: String): RoomGlobalAccountData?
Link copied to clipboard
abstract suspend fun insert(entity: RoomGlobalAccountData)
Link copied to clipboard
abstract suspend fun insertAll(entities: List<RoomGlobalAccountData>)