suspend fun CassandraClient.executeWithFullFetchAwait(query: String): List<Row>
Suspending version of method io.vertx.cassandra.CassandraClient.executeWithFullFetch
Return
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
statement
- the statement to execute
Return
NOTE: This function has been automatically generated from io.vertx.cassandra.CassandraClient using Vert.x codegen.