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

Extensions for io.vertx.sqlclient.SqlConnection

beginAwait

suspend fun SqlConnection.beginAwait(): Transaction

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

closeAwait

suspend fun SqlConnection.closeAwait(): Unit

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

prepareAwait

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

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