vertx / io.vertx.kotlin.cassandra / io.vertx.cassandra.CassandraClient / executeAwait

executeAwait

suspend fun CassandraClient.executeAwait(query: String): ResultSet

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

Parameters

query - the query to execute

Return

ResultSet

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

suspend fun CassandraClient.executeAwait(statement: Statement<*>): ResultSet

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

Parameters

statement - the statement to execute

Return

ResultSet

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