suspend fun MySQLConnection.changeUserAwait(options: MySQLAuthOptions): Unit
Suspending version of method io.vertx.mysqlclient.MySQLConnection.changeUser |
|
suspend fun MySQLConnection.debugAwait(): Unit
Suspending version of method io.vertx.mysqlclient.MySQLConnection.debug |
|
suspend fun MySQLConnection.getInternalStatisticsAwait(): String
Suspending version of method io.vertx.mysqlclient.MySQLConnection.getInternalStatistics |
|
suspend fun MySQLConnection.pingAwait(): Unit
Suspending version of method io.vertx.mysqlclient.MySQLConnection.ping |
|
suspend fun MySQLConnection.prepareAwait(sql: String): PreparedQuery |
|
suspend fun MySQLConnection.preparedQueryAwait(sql: String): RowSet<Row> suspend fun MySQLConnection.preparedQueryAwait(sql: String, arguments: Tuple): RowSet<Row> |
|
suspend fun MySQLConnection.queryAwait(sql: String): RowSet<Row> |
|
suspend fun MySQLConnection.resetConnectionAwait(): Unit
Suspending version of method io.vertx.mysqlclient.MySQLConnection.resetConnection |
|
suspend fun MySQLConnection.setOptionAwait(option: MySQLSetOption): Unit
Suspending version of method io.vertx.mysqlclient.MySQLConnection.setOption |
|
suspend fun MySQLConnection.specifySchemaAwait(schemaName: String): Unit
Suspending version of method io.vertx.mysqlclient.MySQLConnection.specifySchema |