vertx / io.vertx.kotlin.cassandra / io.vertx.cassandra.ResultSet

Extensions for io.vertx.cassandra.ResultSet

allAwait

suspend fun ResultSet.allAwait(): List<Row>

fetchMoreResultsAwait

suspend fun ResultSet.fetchMoreResultsAwait(): Unit

oneAwait

suspend fun ResultSet.oneAwait(): Row?