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

executeWithFullFetchAwait

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

Suspending version of method io.vertx.cassandra.CassandraClient.executeWithFullFetch

Parameters

query - the query to execute

Return

List

NOTE: This function has been automatically generated from io.vertx.cassandra.CassandraClient using Vert.x codegen.

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

Suspending version of method io.vertx.cassandra.CassandraClient.executeWithFullFetch

Parameters

statement - the statement to execute

Return

List

NOTE: This function has been automatically generated from io.vertx.cassandra.CassandraClient using Vert.x codegen.