Example usage for Java io.vertx.sqlclient Cursor fields, constructors, methods, implement or subclass
The text is from its open source code.
void | close() Release the cursor. |
boolean | hasMore() Returns true when the cursor has results in progress and the #read should be called to retrieve them. |
void | read(int count, Handler Read rows from the cursor, the result is provided asynchronously to the handler . |