BaseDaoInternal

public because of @RawQuery functions, but should not be used directly

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract suspend fun _delete(items: List<Entity>): Int
Link copied to clipboard
abstract suspend fun _insertOrUpdate(item: Entity): Long
abstract suspend fun _insertOrUpdate(items: List<Entity>): List<Long>
Link copied to clipboard
abstract suspend fun _rawInt(query: RoomRawQuery): Int
Link copied to clipboard
abstract suspend fun _rawItem(query: RoomRawQuery): Entity
Link copied to clipboard
abstract suspend fun _rawItemOrNull(query: RoomRawQuery): Entity?
Link copied to clipboard
abstract suspend fun _rawList(query: RoomRawQuery): List<Entity>