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

Extensions for io.vertx.sqlclient.Cursor

closeAwait

suspend fun Cursor.closeAwait(): Unit

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

readAwait

suspend fun Cursor.readAwait(count: Int): RowSet

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