vertx / io.vertx.kotlin.mysqlclient / io.vertx.mysqlclient.MySQLConnection / prepareAwait

prepareAwait

suspend fun MySQLConnection.prepareAwait(sql: String): PreparedStatement

Suspending version of method io.vertx.mysqlclient.MySQLConnection.prepare

Parameters

sql -

Return

PreparedStatement

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