suspend fun SqlClient.preparedQueryAwait(sql: String): RowSet<Row>
Suspending version of method io.vertx.sqlclient.SqlClient.preparedQuery
Return
NOTE: This function has been automatically generated from io.vertx.sqlclient.SqlClient using Vert.x codegen.
suspend fun SqlClient.preparedQueryAwait(sql: String, arguments: Tuple): RowSet<Row>
Suspending version of method io.vertx.sqlclient.SqlClient.preparedQuery
arguments
- the list of arguments
Return
NOTE: This function has been automatically generated from io.vertx.sqlclient.SqlClient using Vert.x codegen.