Java io.vertx.sqlclient Cursor fields, constructors, methods, implement or subclass

Example usage for Java io.vertx.sqlclient Cursor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.vertx.sqlclient Cursor.

The text is from its open source code.

Method

voidclose()
Release the cursor.
booleanhasMore()
Returns true when the cursor has results in progress and the #read should be called to retrieve them.
voidread(int count, Handler>> handler)
Read rows from the cursor, the result is provided asynchronously to the handler .