suspend fun MySQLPool.preparedBatchAwait(sql: String, batch: List<Tuple>): RowSet<Row> |
|
suspend fun MySQLPool.preparedQueryAwait(sql: String): RowSet<Row> suspend fun MySQLPool.preparedQueryAwait(sql: String, arguments: Tuple): RowSet<Row> |
|
suspend fun MySQLPool.queryAwait(sql: String): RowSet<Row> |