vertx / io.vertx.kotlin.mysqlclient / io.vertx.mysqlclient.MySQLConnection / changeUserAwait

changeUserAwait

suspend fun MySQLConnection.changeUserAwait(options: MySQLConnectOptions): Unit

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

Parameters

options -

authentication options, only username, password, database, collation and properties will be used.

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