vertx / io.vertx.kotlin.mysqlclient / io.vertx.mysqlclient.MySQLPool

Extensions for io.vertx.mysqlclient.MySQLPool

preparedBatchAwait

suspend fun MySQLPool.preparedBatchAwait(sql: String, batch: List<Tuple>): RowSet

preparedQueryAwait

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

queryAwait

suspend fun MySQLPool.queryAwait(sql: String): RowSet