interface ChannelConfigDao
insert |
abstract suspend fun insert(channelConfigEntity: ChannelConfigEntity): Unit |
insertMany |
abstract suspend fun insertMany(channelConfigEntities: List<ChannelConfigEntity>): Unit |
selectAll |
abstract suspend fun selectAll(): List<ChannelConfigEntity> |