vertx / io.vertx.kotlin.db2client / io.vertx.db2client.DB2Connection

Extensions for io.vertx.db2client.DB2Connection

debugAwait

suspend fun DB2Connection.debugAwait(): Unit

Suspending version of method io.vertx.db2client.DB2Connection.debug

pingAwait

suspend fun DB2Connection.pingAwait(): Unit

Suspending version of method io.vertx.db2client.DB2Connection.ping

prepareAwait

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