StableDiffusionSamplerDao

Defines the StableDiffusionSamplerDao contract for the SDAI storage layer.

Author

Dmitriy Moroz

Functions

Link copied to clipboard
abstract suspend fun deleteAll()

Performs the SDAI side effect handled by deleteAll.

Link copied to clipboard
abstract suspend fun insertList(items: List<StableDiffusionSamplerEntity>)

Performs the SDAI side effect handled by insertList.

Link copied to clipboard
abstract suspend fun queryAll(): List<StableDiffusionSamplerEntity>

Executes the queryAll step in the SDAI storage layer.