vertx / io.vertx.kotlin.mysqlclient / io.vertx.mysqlclient.MySQLConnection / specifySchemaAwait

specifySchemaAwait

suspend fun MySQLConnection.specifySchemaAwait(schemaName: String): Unit

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

Parameters

schemaName -

name of the schema to change to

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