vertx / io.vertx.kotlin.cassandra / io.vertx.cassandra.CassandraClient / prepareAwait

prepareAwait

suspend fun CassandraClient.prepareAwait(query: String): PreparedStatement

Prepares the provided query string.

Parameters

query - the query to prepare

Return
current Cassandra client instance *