suspend fun Cursor.readAwait(count: Int): RowSet<Row>
Suspending version of method io.vertx.sqlclient.Cursor.read
count
- the amount of rows to read
Return
NOTE: This function has been automatically generated from io.vertx.sqlclient.Cursor using Vert.x codegen.