ProductDao_Impl

@Generated(value = "androidx.room.RoomProcessor")
class ProductDao_Impl : ProductDao

Constructors

Link copied to clipboard
constructor(@NonNull __db: RoomDatabase)

Functions

Link copied to clipboard
open fun deleteAll($completion: Continuation<in Unit>): Any
Link copied to clipboard
open fun getAllAsFlow(): Flow<List<ProductInfo>>
Link copied to clipboard
Link copied to clipboard
open fun insert(products: List<ProductInfo>, $completion: Continuation<in Unit>): Any
Link copied to clipboard
open fun replaceAll(products: List<ProductInfo>, $completion: Continuation<in Unit>): Any