vertx / io.vertx.kotlin.sqlclient / io.vertx.sqlclient.SqlConnection / prepareAwait

prepareAwait

suspend fun SqlConnection.prepareAwait(sql: String): PreparedQuery

Suspending version of method io.vertx.sqlclient.SqlConnection.prepare

Parameters

sql - the sql

Return

PreparedQuery

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