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

preparedQueryAwait

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