vertx / io.vertx.kotlin.cassandra / io.vertx.cassandra.CassandraClient / executeWithFullFetchAwait

executeWithFullFetchAwait

suspend fun CassandraClient.executeWithFullFetchAwait(query: String): List<Row>

Execute the query and provide a handler for consuming results.

Parameters

query - the query to execute

Return
current Cassandra client instance *

suspend fun CassandraClient.executeWithFullFetchAwait(statement: Statement): List<Row>

Execute the query and provide a handler for consuming results.

Parameters

statement - the statement to execute

Return
current Cassandra client instance *