vertx
/
io.vertx.kotlin.mysqlclient
/
io.vertx.mysqlclient.MySQLPool
/
preparedBatchAwait
preparedBatchAwait
suspend
fun
MySQLPool
.
preparedBatchAwait
(
sql
:
String
,
batch
:
List
<
Tuple
>
)
:
RowSet
<
Row
>