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