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

Extensions for io.vertx.mysqlclient.MySQLConnection

changeUserAwait

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

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

debugAwait

suspend fun MySQLConnection.debugAwait(): Unit

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

getInternalStatisticsAwait

suspend fun MySQLConnection.getInternalStatisticsAwait(): String

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

pingAwait

suspend fun MySQLConnection.pingAwait(): Unit

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

prepareAwait

suspend fun MySQLConnection.prepareAwait(sql: String): PreparedQuery

preparedQueryAwait

suspend fun MySQLConnection.preparedQueryAwait(sql: String): RowSet<Row>
suspend fun MySQLConnection.preparedQueryAwait(sql: String, arguments: Tuple): RowSet<Row>

queryAwait

suspend fun MySQLConnection.queryAwait(sql: String): RowSet<Row>

resetConnectionAwait

suspend fun MySQLConnection.resetConnectionAwait(): Unit

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

setOptionAwait

suspend fun MySQLConnection.setOptionAwait(option: MySQLSetOption): Unit

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

specifySchemaAwait

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

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