vertx / io.vertx.kotlin.sqlclient / io.vertx.sqlclient.Transaction / prepareAwait

prepareAwait

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

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

Parameters

sql - the sql

Return

PreparedQuery

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