vertx / io.vertx.kotlin.pgclient / io.vertx.pgclient.PgConnection / prepareAwait

prepareAwait

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

Suspending version of method io.vertx.pgclient.PgConnection.prepare

Parameters

sql -

Return

PreparedStatement

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