Uses of Class
io.vertx.mutiny.sqlclient.Cursor
Packages that use Cursor
-
Uses of Cursor in io.vertx.mutiny.sqlclient
Fields in io.vertx.mutiny.sqlclient with type parameters of type CursorMethods in io.vertx.mutiny.sqlclient that return CursorModifier and TypeMethodDescriptionCursor.closeAndForget()Release the cursor.PreparedStatement.cursor()LikePreparedStatement.cursor(Tuple)but with empty arguments.Create a cursor with the providedarguments.static CursorCursor.newInstance(io.vertx.sqlclient.Cursor delegate) Creates a new instance of theCursor.Cursor.readAndForget(int count) Read rows from the cursor, the result is provided asynchronously to thehandler.