ServerConfigurationDao

Defines the ServerConfigurationDao 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 insert(item: ServerConfigurationEntity)

Performs the SDAI side effect handled by insert.

Link copied to clipboard
abstract suspend fun query(): ServerConfigurationEntity

Executes the query step in the SDAI storage layer.