suspend fun connectAwait(vertx: Vertx, connectOptions: DB2ConnectOptions): DB2Connection
Suspending version of method io.vertx.db2client.DB2Connection.connect
connectOptions
- the options for the connection
Return
NOTE: This function has been automatically generated from io.vertx.db2client.DB2Connection using Vert.x codegen.
suspend fun connectAwait(vertx: Vertx, connectionUri: String): DB2Connection
Suspending version of method io.vertx.db2client.DB2Connection.connect
Return
NOTE: This function has been automatically generated from io.vertx.db2client.DB2Connection using Vert.x codegen.