vertx / io.vertx.kotlin.sqlclient / io.vertx.sqlclient.Cursor / readAwait

readAwait

suspend fun Cursor.readAwait(count: Int): RowSet<Row>

Suspending version of method io.vertx.sqlclient.Cursor.read

Parameters

count - the amount of rows to read

Return

RowSet

NOTE: This function has been automatically generated from io.vertx.sqlclient.Cursor using Vert.x codegen.