AssetDAO

interface AssetDAO

Inheritors

Functions

Link copied to clipboard
abstract suspend fun deleteAsset(key: String)
Link copied to clipboard
abstract suspend fun getAssetByKey(assetKey: String): <Error class: unknown class><AssetEntity?>
Link copied to clipboard
abstract suspend fun insertAsset(assetEntity: AssetEntity)
Link copied to clipboard
abstract suspend fun insertAssets(assetsEntity: List<AssetEntity>)
Link copied to clipboard
abstract suspend fun updateAsset(assetEntity: AssetEntity)